How compile assets in filament for Laravel vapor.
Guys some of you know how I can do it? my current performance is so bad.
One of the recommendations is migrate to gateway v2, but I need different way to compile assets.
I did it in my app.js
Vapor.withBaseAssetUrl(import.meta.env.VITE_VAPOR_ASSET_URL)
Livewire is working with this way, but app.js is not.
1 Reply
you can copy the filament assets from /vendor into the correct place in your /public directory if you really want, just make sure to update then when you update filament