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.
A guide to customizing pagination templates in Laravel 5.3, making it simpler than in previous versions.
An overview of the new `make:auth` artisan command and authentication scaffolding features introduced in Laravel 5.2.
Explains how to use Laravel Blade Service Injection to directly inject IOC objects into templates, reducing controller boilerplate.