“Heard about Sevalla? They let you deploy PHP apps with ease.” Claim $50 →
Learn how to validate incoming data in your Laravel applications, from the basics to more advanced concepts.
Make an informed decision for your PHP applications thanks to my list of the best cloud hosting providers.
Whether PHP is dead is a matter of statistics, not opinions. I will provide you with essential statistics that will lead you to make better decisions.
Quickly secure a REST API using Laravel Sanctum by letting your users generate tokens.
A step-by-step guide to install Laravel on macOS using Composer or the official Laravel installer.
Stop pulling your hair. Here’s a solution to your reactivity issues in Livewire.
Improve the performances of your Laravel application by avoiding unnecessary re-renders of Livewire components.
Make an informed decision for your Laravel applications thanks to my list of the best cloud hosting providers.
A list of the best custom cards to supercharge your Laravel Pulse dashboard in 2024.
Learn how to disable hover styles on mobile devices with Tailwind CSS.
Have you ever encountered the “1305 SAVEPOINT trans2 does not exist” error while running Laravel? I have a solution for you.
Laravel’s fake() helper is a powerful tool for generating fake data. Learn how to use it for seeding databases and prototyping.
Learn how to effortlessly manage array validation in Laravel to ensure data integrity in your web applications.
The maintenance mode is like putting a “Be right back!” sign on your website. Learn how to get it going.
Working with numbers in your web applications just got a whole lot easier! Discover what’s possible using Laravel’s new Number helper.
Is HTML a programming language? You can only make sense of the answer if you understand the logic behind it.
Discover a neat new addition to PHP 8.3 that will help express your intent: the Override attribute.
Discover Laravel Pulse, a free, open-source package offering real-time app monitoring, usage statistics, queue monitoring, and more.
Explore using Laravel’s whereIn() method to filter database queries efficiently.
Let me show you how to leverage the laravel/ui package to scaffold authentication features on top of your favorite frontend framework.
See how PHP allows you to filter unwanted values in arrays in a simple and concise way.
Discover how array_values() in PHP can help you re-do what has been undone.
Let me walk you through some of the most useful functions in PHP that will enable you to sort any kind of array.
Learn the ins and outs of PHP’s explode() function for splitting strings into arrays.