InterviewSolution
Saved Bookmarks
| 1. |
What is mix in Laravel? |
|
Answer» Mix in Laravel renders one fluent API to define WEBPACK creation steps for the application of Laravel that uses various common CSS as WELL as JavaScript PREPROCESSORS. With the help of one easy method chaining, the user is able to fluently define the asset pipeline. Examplemix.js('resources/js/app.js', 'public/js') // You can ALSO USE your custom folder here |
|