Small but Mighty Blade Features in Modern Laravel
Equip yourself with convenient directives from Laravel 10 and 11 to write super fast and modern Blade templates.
166 posts published
Equip yourself with convenient directives from Laravel 10 and 11 to write super fast and modern Blade templates.
Use Laravel's new withExpression support to handle complex recursive queries and clean up Eloquent syntax.
Learn how to use Action Classes to implement the Single Responsibility Principle and clean up your Controllers and Services.
Explore how Laravel Volt and Folio can streamline your development workflow with single-file components and file-based routing.
A comprehensive guide on installing Mailpit as a MailHog replacement on Amazon Linux 2023, configuring Nginx reverse proxy, and integrating with Laravel.
Stop deploying GB-sized Docker images. Learn to use Multi-stage builds, Alpine Linux, and layer optimization to create ultra-light and secure Laravel images.
100% Test Coverage doesn't guarantee safe code. Mutation Testing helps verify the quality of your tests themselves by intentionally injecting bugs into the code.
When a Model has too many states (Pending, Paid, Shipped...), code gets flooded with if/else. The State Pattern helps encapsulate state transition logic elegantly.
Deploy new features safely, perform A/B testing, and manage strategic rollouts using the official Laravel Pennant package.
Discover how Laravel Precognition brings real-time validation capabilities without duplicating validation logic on the Frontend.