Citizen
Panel ->assets() result in 404. What am I missing?
I added a pull request here to add this to the config docs since it isn't clear. Is this accurate? https://github.com/filamentphp/filament/pull/14629
25 replies
Panel ->assets() result in 404. What am I missing?
Ok, so I found in the assets docs that I need to run
php artisan filament:assets
which I did and now it works. Do we just need to know this command and run it when we make css changes, or should this be added to my npm run dev
command somehow? What's the normal setup here?25 replies