“Heard about Sevalla? They let you deploy PHP apps with ease.” Claim $50 →
Whenever we encounter an N+1, we usually resort to Eager Loading. As much as it seems like the appropriate solution, it can be the opposite..
Detect the dominant colors of an image in PHP and use them on your website.
This guide will show you how to clone models, with or without relationship data and provide a practical example of cloning a “Project” and “Task” model.
Explores the topics of Composition, Inheritance and what Composition over Inheritance means with a little help from some 8-bit friends!
Learn about how to use JoliNotif (jolicode/jolinotif) to display desktop notifications from your PHP CLI applications and Laravel Artisan commands.
In this guide, you will learn how to add Google Analytics 4 (GA4) Tracking Code to Laravel
In this post, I share the web development podcasts I listen to for inspiration.
My experience about this deployment and actions I had to take to make everything run smoothly as I had planned.
In this post I explain the difference between using yield includes and slots for layouts and components
Automate thumbnail generation for blog posts using Laravel, wkhtmltoimage, and laravel-snappy for visually appealing content.
Learn about how to use the Laravel Config Validator (ashallendesign/laravel-config-validator) package to validate your Laravel app’s config values.
In this guide, you will learn how to configure Laravel to send emails using your Gmail account using a Laravel Mailable and the Mail facade.