Laravel Response Classes
Responding from your Laravel application is vital, especially when you are building an API. Let's have a look at how we can power up our responses.
👋 Hey there, I'm Steve, but you may know me better as Follow me on Twitter @JustSteveKing . I currently live in the Welsh Valleys, about 40 minutes north of Cardiff, with my wife and kids. I work as a Developer Advocate for a company called Treblle Treblle , a lightweight SDK that helps Engineering and DevOps teams build, ship & maintain REST based APIs faster..
Responding from your Laravel application is vital, especially when you are building an API. Let's have a look at how we can power up our responses.
GitHub Actions is a fantastic way to run your Continuous Integration workflows, from running your tests to checking static analysis and more.
Laravels routes files can get pretty busy. Before you know it, you have to search within the routes file to find anything. How do you combat this, though?
PHPInsights is a composer package created by Nuno Maduro and is a fantastic tool to get started with analyzing the code quality of your PHP applications.
Laravel Pennant is a package created by the Laravel team that provides Feature Flags for your applications..