Question du test Laravel

Quels outils de construction d'actifs peuvent être utilisés avec Laravel?

Facile

Quel(s) outil(s) de buildings de ressources peut-on utiliser avec Laravel ?

Auteur: DamienStatut : PubliéeQuestion passée 169 fois
Modifier
0
Évaluations de la communauté
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