Mastering Common Table Expressions (CTEs) in Laravel Eloquent
Use Laravel's new withExpression support to handle complex recursive queries and clean up Eloquent syntax.
125 posts published
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.
A masterclass in Function Calling. Teach AI to execute PHP code, query databases, and perform complex workflows autonomously.