Building a custom language in tempest/highlight
A technical guide on implementing a custom language syntax highlighter using patterns and injections in the tempest/highlight library.
A technical guide on implementing a custom language syntax highlighter using patterns and injections in the tempest/highlight library.
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.
Explains the technical differences between Laravel's URL::to() and URL::asset() methods for generating URLs, including performance and use cases.