Latest Laravel/PHP Articles

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


Published: May 10, 2024 by C.S. Rhymes I normally develop forms in Laravel, using Livewire where possible. Laravel has some great form validation tools built in...
Learn how to use objects like Data Transfer Objects in Livewire with Wireables.
Recently we went deep into the Laravel authentication system for some improvements and to add Multi-Factor authentication. I discovered some interesting details...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
When using Ray to debug your application, you may introduce various Ray calls in different places. Ray keeps the history of your calls which can be useful to re...
Flare has long relied on locally running Laravel Envoy for our app deployments. However, as the application and infrastructure evolves, so do the challenges. Th...
While refactoring and optimising legacy code I’ve ran into a method signature (optional parameters) inconsistency which caused performance issues as part of the...
Let's say you have multiple Ray calls that you need to temporarily disable. You could go and comment them all out, or you could use ray()->disable() at the top...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
I use this technique to group the bug fixes array by date in the Inspector dashboard, and I thought it could be a good code snippet idea for others. I also wrot...
I use this technique to group the bug fixes array by date in the Inspector UI, and I thought it could be a good code snippet idea for other developers. I also w...
Previously, I made my first GitHub Action backup script, which you can read about in a previous post and it was a success from my point of view. I had these cri...
DynamoDB is a fully managed NoSQL database service provided by Amazon Web Services (AWS). It is designed to deliver high performance and scalability while ensur...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.

ryangjchandler.co.uk

Using Bunny Fonts in Laravel
I've been using Bunny Fonts for quite a while now, after switching away from Google Fonts due to GDPR requirements and concerns. But here's something that has a...
When a team works on a project, keeping the codebase up to coding standards might be challenging. Perhaps a team member submits code that deviates from the esta...
I was listening to a recent episode of the Mostly Technical podcast, where Ian and Aaron make their case for using Livewire over Inertia.
In most cases, PHP-FPM settings aren't something an average developer would be in a position to examine more closely. That's ok; not everyone wants or has to sp...