Blog posts tagged
Laravel
Testing Emails in Laravel with MailHog on Ubuntu (Nginx Setup + Basic Auth)
A comprehensive guide to installing and configuring MailHog for email testing in Laravel applications, including secure Nginx reverse proxy setup with basic authentication and SSL integration.
Mastering Laravel Queues: Scalable Job Handling for Modern PHP Apps
Explore Laravel's queue system to build more scalable applications. This article walks you through setting up, configuring, and deploying queues using Redis and supervisor for robust background processing.
Laravel detect N+1 queries before they reach production
How to detect N+1 queries with Laravel before they reach production
Going Lightweight: Build Interactive UI Components with AlpineJS
Learn how to create reactive, JavaScript-enhanced UI elements using AlpineJS, a minimal framework perfect for Livewire, Laravel, or static sites.