Question from the Laravel test

Which assets building tool(s) can be used with Laravel?

Easy

Which assets building tool(s) can be used with Laravel?

Author: DamienStatus: PublishedQuestion passed 169 times
Edit
0
Community Evaluations
developer avatar
Najmul
30/09/2023
As my knowledge, the primary asset building tool recommended and integrated with Laravel is "Mix". "Vite" is another modern build tool for JavaScript applications, but it's not natively integrated with Laravel. "Fast" and "Match" are not well-known asset building tools associated with Laravel.
developer avatar
Damien
01/10/2023
Hi Najmul, thanks for the feedback. Historically it was, but now the assets building use Vite by default. You'll find the info here -> https://laravel.com/docs/10.x/frontend#bundling-assets Have a nice day