How to set up Prettier On a Laravel App, Linting Tailwind Class Order and More
A guide to setting up Prettier in a Laravel app to automatically format code and lint Tailwind CSS class order for consistency.
A guide to setting up Prettier in a Laravel app to automatically format code and lint Tailwind CSS class order for consistency.
Explores using htmx instead of JavaScript for dynamic web features like AJAX and infinite scroll in various frameworks.
Guide on automating Twitter posts from a Laravel application using the Zapier integration platform.
Learn how to integrate Takeout with Laravel Sail to add services like PostgreSQL and save RAM by using shared Docker containers.
Laravel Vapor is a new serverless hosting platform for Laravel applications, powered by AWS for auto-scaling and zero server maintenance.
Author shares the collaborative process and statistics behind writing the second edition of 'Laravel: Up and Running'.
Laravel Telescope is a free, open-source debugging assistant for Laravel applications, providing detailed insights into requests, jobs, and more.
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.
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.
A recap of new features announced for Laravel 5.5 at the Laracon US 2017 conference, including frontend presets and routing improvements.
Laravel Horizon is a new open-source package providing a dashboard and tools for managing and monitoring Laravel queues.
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.