Welcome to the State Machine Pattern
– wendelladriel.com - submitted by Wendell Adriel
Learn what the State Machine Pattern is and how to apply it in your PHP applications with this in-depth article about it
Read more [wendelladriel.com]
In this section you'll find links submitted by others.
Did you write or stumbled across a blog post, tutorial or video that might be interesting for others?
To be able to submit a link you need to log in first.
Log in– wendelladriel.com - submitted by Wendell Adriel
Learn what the State Machine Pattern is and how to apply it in your PHP applications with this in-depth article about it
Read more [wendelladriel.com]
– blog.oussama-mater.tech - submitted by Oussama Mater
In the era of AI, LLMs are undeniably part of our workflow. Let's make them suck less with Laravel Boost.
Read more [blog.oussama-mater.tech]
– dev.to - submitted by Patrick
Monthly dose of developer tooling
Read more [dev.to]
– nabilhassen.com - submitted by Nabil Hassen
Utilize deferred events in Laravel to delay event dispatching, including model events, ensuring listeners run only after a specific closure has finished running.
Read more [nabilhassen.com]
– wendelladriel.com - submitted by Wendell Adriel
Discover the mechanics behind the Laravel Queue System
Read more [wendelladriel.com]
– stancl.substack.com - submitted by Samuel Štancl
Detailed introduction into NixOS through the perspective of deploying Laravel apps
Read more [stancl.substack.com]
– ashallendesign.co.uk - submitted by Ash Allen
Read this guest post by Revaz Ghambarashvili that introduces us to his Laravel AI package, LarAgent.
Read more [ashallendesign.co.uk]
– blog.laragent.ai - submitted by Revaz Gh.
Travel Planner agent that fetches weather, converts currency and recommends attractions using LarAgent + Laravel
Read more [blog.laragent.ai]
– nabilhassen.com - submitted by Nabil Hassen
Filament v4 boosts performance, adds TipTap rich editing, client-side JS helpers, nested resources, MFA, and more, making Filament faster and smarter.
Read more [nabilhassen.com]
– youtu.be - submitted by Bert De Swaef
Your Laravel app might be wide open to hackers — and you wouldn’t even know it. In this video, I’m exposing 6 common Laravel security fails that developers make all the time, and exactly how you can fix them before it’s too late.
Read more [youtu.be]
– wendelladriel.com - submitted by Wendell Adriel
A blog article explaining the source of the power and magic from Laravel Eloquent - the Active Record pattern
Read more [wendelladriel.com]
– ryangjchandler.co.uk - submitted by Ryan Chandler
SQLite's WAL mode makes using SQLite database much more production-ready.
Read more [ryangjchandler.co.uk]
– nabilhassen.com - submitted by Nabil Hassen
The new scout:queue-import command splits your model’s ID range into chunks and queues jobs for each, enabling faster indexing of large datasets.
Read more [nabilhassen.com]
– stancl.substack.com - submitted by Samuel Štancl
Some things to consider when using SQLite in production from the point of view of Laravel apps
Read more [stancl.substack.com]
– www.csrhymes.com - submitted by Chris Rhymes
I’ve only just started using TailwindCSS, (I know late to the party huh), and I wanted to create a custom toggle switch that looked a bit nicer than a standard checkbox. This blog post goes through some of the thought processes and the tools that Tailwindcss v4 has out of the box that you can make use of.
Read more [www.csrhymes.com]
– frederickvanbrabant.com - submitted by Frederick Vanbrabant
When someone comes to you with a question to do something, instead of blindly doing the ask, take a step back and try to understand what they actually want to achieve. Often this task might actually not be the best way to achieve the goal they are set out to do.
Read more [frederickvanbrabant.com]
– tighten.com - submitted by Kayla Helmick
Learn how to use SQL generated columns and database views in Laravel to simplify queries, boost performance, and make your data easier to filter, sort, and reuse across your application.
Read more [tighten.com]
– backpackforlaravel.com - submitted by Karan Datwani
Read more [backpackforlaravel.com]
– youtu.be - submitted by Bert De Swaef
🚴♂️ Build a Full Stack App with Laravel + React! In this tutorial, you'll create a Laravel Headless API and connect it to a React frontend to display 2025 Tour de France etappes (stages).
Read more [youtu.be]
– acairns.co.uk - submitted by Andrew Cairns
The pipe operator will improve your code readability and composition in PHP. Understand the current approach and what future will look like.
Read more [acairns.co.uk]