Laravel: Difference between revisions

No change in size ,  8 January 2021
No edit summary
Line 88: Line 88:


==Laravel Mix==
==Laravel Mix==
Laravel mix is an asset compiler/minifier for Laravel build upon webpack.<br>
Laravel mix is an asset compiler/minifier for Laravel which uses webpack.<br>
Your configuration will be in <code>webpack.mix.js</code><br>
Your configuration will be in <code>webpack.mix.js</code><br>
The following may be convenient:
The following may be convenient: