Resources/js/app.js and css/app.css not working
Not sure what I'm missing here, but any CSS or JS I add to these files are not having any effect.
I've tried npm run build and restarting my web server but it's as though those files are just getting completely ignored.
I've also tried artisan cache:clear and artisan view:clear
Any help/suggestions appreciated. Thanks.
I've tried npm run build and restarting my web server but it's as though those files are just getting completely ignored.
I've also tried artisan cache:clear and artisan view:clear
Any help/suggestions appreciated. Thanks.
Solution
For the css you’ll want to use a custom theme. The js is a little more complicated but have a look https://filamentphp.com/docs/3.x/support/assets on how you can include assets with the asset manager.