Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


With Statamic v3, you can generate static sites which means you can deploy to services such as Netlify, AWS S3, Now, etc. You can use Statamic's redirect tag pl...
Learn how to add Stripe's Checkout and Customer Portal products to your Laravel application using Laravel Cashier. Calling seeders from migrations allows you to...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.

stitcher.io

Why do I write?
Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. I originally didn't plan to b...
There are lots of PHP frameworks out there, but which one do you need to choose and why? Note: The things written here are all opinioned. Hmm, if you’r...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
It's been a bit quiet when it comes to blogging, streaming, and releasing open-source packages. So instead, we've worked hard on an e-commerce platform written...

sebastiandedeyne.com

The monetization trap
I want to talk about something I’ve been chewing on for a while: the monetization trap. Everyone and their dog seemed to have a project that generates passive i...
I was answering some Laravel questions on StackOverflow this week when I stumbled on a question asking how to enable GZIP compression on responses when using La...
James Bannister • July 10, 2021 • 4 minute read In this post I want to show how we use Guzzle middleware with Guzzle and Laravel Http clients to catch 422 valid...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
James Bannister • January 22, 2021 • 1 minute read Across two jobs, and a number applications, I've been using Inertia JS to create great SPA experiences with e...
James Bannister • October 21, 2020 • 3 minute read Have you ever run into scenarios where you write some code in your controller that writes a bunch of data to...
A while back, I was facing some performance issues with an application in production and this post is a walkthrough of the problem I was facing, and the steps I...
James Bannister • July 24, 2019 • 4 minute read For example, the below snippet in a routes file would restrict the number of requests a user or IP address could...