Introduction In PHP, I often see the ternary operator (?:) and null coalescing operator (??) being u...
Introduction The match expression is a PHP feature that I love using. It was introduced in PHP 8.0 (...
Hello ? It's been a while since I wrote an article. I mean, why would I? You prompt AI about a subje...
Building powerful and user-friendly search functionality is crucial for many Laravel applications. W...
Introduction PHP 8.4 is set to be released in November 2024 and will introduce some handy new array...
How to display a custom error page with Inertia instead of Laravel’s default error pages. A sample...
Problem I've noticed that most libraries created for API responses are implemented using traits, and...
How to create a feedback module in a Laravel project and receive a Discord notification when a messa...
Do you know all the validation rules available in Laravel? Think again! Laravel has many ready-to-us...
Introduction A handy #[\Override] attribute was added in PHP 8.3 which allows you to mark a method a...
Introduction If you've been reading my content for a while, you'll likely know that I love building...
In this article series, we go a little deeper into parts of Laravel we all use, to uncover functions...
In this article series, we go a little deeper into parts of Laravel we all use, to uncover functions...
In many modern web applications, WebSockets are used to implement realtime, live-updating user inter...
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.