Laravel view models
Explains Laravel view models as a pattern to separate data transformation from controllers and models, improving code structure and maintainability.
Explains Laravel view models as a pattern to separate data transformation from controllers and models, improving code structure and maintainability.
A Laravel developer critiques the service locator pattern, explaining its drawbacks like runtime errors and increased cognitive load in software design.
An introduction to Laravel Nova, a tool for building admin panels and custom CMSes for Laravel applications.
Author addresses the myth that Laravel isn't suitable for enterprise applications by analyzing a real-world case study of a white-labeled e-commerce platform.
A tutorial for developers on how to control LIFX smart lights from web applications, using Laravel or other frameworks.
Fixing Laravel 5.3 errors when upgrading to PHP 7.2 due to a backward incompatibility with the count() function.
A developer shares a simple method for keeping project notes using a scratch.md file in Laravel projects, with tips on global gitignore.
Explains Laravel 5.4's real-time facades feature, which allows creating facades on-the-fly without separate classes.
Explains Laravel 5.4's new higher order messaging and 'when' method for collections, showing cleaner syntax for filtering and actions.
Explains Laravel's tap() helper function, its 'higher order' version, and how to use it with collections for cleaner code.
Laravel Horizon is a new open-source package providing a dashboard and tools for managing and monitoring Laravel queues.
A recap of new features announced for Laravel 5.5 at the Laracon US 2017 conference, including frontend presets and routing improvements.
Learn how to use Lambo config files and after scripts to customize Laravel app creation with automated settings and post-installation tasks.
A developer shares the most recommended Laravel packages from the community, categorized by popularity, for enhancing development workflows.
Explores the future of Laravel if its creator Taylor Otwell were to leave, detailing the existing succession plan and community safeguards.
A guide to setting up zero-downtime deployments for Laravel applications using tools like Envoyer and Capistrano.
A guide on how to remove Vue.js and other optional dependencies from a new Laravel project's frontend setup.
Introducing Laravel Dusk, a new browser testing tool for Laravel 5.4 that enables testing JavaScript-heavy applications.
Explains how to define Laravel Artisan console commands using closures in the routes/console.php file, a new feature in Laravel 5.3.