We return again for another online meetup as we learn all about building APIs in Laravel.

Wednesday 10th March 2021

19:10
2
Building APIs in Laravel; a simple approach to scale
Talk by Steve McDougall (1 hour)

Building APIs can be easy right, we design the data model, slap some routes in and controllers to wrap our ORM access. But is this efficient, and does it scale? What happens when our application grows to a point where we have 100s of Models and more scopes than your average game of Call of Duty? How can we structure and approach our APIs in Laravel, so that scale from a code perspective isn't an issue? In this talk I will take you through how I approach this problem, and have been approaching this problem for the last few years.