FilamentF
Filament3y ago
11 replies
Quin.

App.js import my bootstrap.js missing module

Hello i wanted to add bootstrap.js in mine app.js but then i am missing the module, normally in the laravel docu you add it in the app.blade.php, something like this,
@vite(['resources/js/app.js'])

how do i do this for filament because i am using filament
image.png
image.png
image.png
Solution
Js::make()->module()
Was this page helpful?