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...
If you’ve ever created an account on platforms like Google, GitHub, Slack, or Notion, you’ve seen it...
Laravel makes it incredibly easy to build applications fast. But that same ease can lead to patterns...
Introduction I recently wrote an article about how to use the once helper function for memoising dat...
Introduction When you're building a Laravel application, you might want to send notifications to use...
For a long time, the conversation around "agentic AI" seemed to happen in a language that...
The Problem: N+1 Queries Are Killing Your API Performance If you've worked with Laravel's Eloquent O...
In this laravel tutorial titled “laravel 12 how to change date format example”, you’ll learn differe...
Hello ? It's been a while since I wrote an article. I mean, why would I? You prompt AI about a subje...
Introduction There may be times when you want to check whether a URL in your Laravel application is...
Introduction I recently learnt about a cool feature in Laravel that allows you to pass a query build...
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.