Learn Laravel Mix

Go to class
Write Review

Learn Laravel Mix provided by Laracasts is a comprehensive online course, which lasts for 1-2 hours worth of material. Learn Laravel Mix is taught by Jeffrey Way. Upon completion of the course, you can receive an e-certificate from Laracasts. The course is taught in Englishand is Paid Course. Visit the course page at Laracasts for detailed price information.

Overview
  • Webpack is the most powerful and flexible asset compilation tool available today. With that power, however, comes a certain level of complexity. That's where Laravel Mix steps in. Intended for the 80% usecase, Mix wraps around webpack to make most commonly desired build tasks a cinch to activate.

    In this series, as the maintainer of Laravel Mix, I'll teach you everything you need to know - from the basics, to advanced configuration.

Syllabus
    • Start Compiling Fast
    • Decoding Your NPM Scripts
    • JavaScript Bundling
    • The Ins and Outs of CSS Compilation
    • Adding PostCSS Plugins
    • Automatic Browser Refreshing
    • Cache-Busting Assets
    • Registering Additional Babel Plugins
    • Async/Await Support Out of the Box
    • Mix Extension Essentials
    • Build and Deploy a Mix Extension in 15 Minutes