Laravel 5.4 #12 : Assets and Laravel Mix

We have been talking a little bit about everything, even to certain things we can give them the design we want, but we have not explained how these JS and CSS files are included. Today we will explain how to do it and also explain a tool that has Laravel called Laravel Mix.

Laravel Mix is a tool that allows us to compile and minify our assets (supports CSS and JS preprocessors) very easily.
Continue reading “Laravel 5.4 #12 : Assets and Laravel Mix”