
Proper API design in Laravel
In this blog post we're gonna focus on the fundamentals. Building a nice, usable, maintainable API. We're gonna mainly use: JSON API, Spatie QueryBuilder and Actions.
Our application is a really basic forum where you can: Create categories, Post a thread in a category, Add tags to a...