Simplifying Asset Compilation with Laravel Mix
Laravel Mix provides a fluent API that lets you compile JavaScript and CSS assets without writing Webpack configuration from scratch.
Tag
Building applications with Laravel: Eloquent, queues, authentication and version upgrades. (Page 6/8)
There are 45 posts with this tag.
Laravel Mix provides a fluent API that lets you compile JavaScript and CSS assets without writing Webpack configuration from scratch.
Setting up reliable, maintainable transactional emails using Laravel's Mailable class and Blade email templates.
How the @component directive introduced in Laravel 5.4's Blade templating engine lets you split views into reusable, well-defined pieces.
A walkthrough of the end-to-end flow for file uploading, validation, and image resizing in Laravel.
How I use Laravel's event system to decouple side effects from the main flow — with practical examples of what you gain.
How I manage multiple user types in a single Laravel 5.2 application using guards and route groups.