Missing resources after upgrade to v3
I've upgraded Filament to v3, including upgrade of Livewire. I've managed to get at least some "view" after a bunch of fixes, but some resources seem to not be present and give 404 like:
css/filament/support/support.css?v=3.0.7.0
css/filament/forms/forms.css?v=3.0.7.0
css/app/custom-stylesheet.css?v=3.0.7.0
js/filament/forms/forms.js?v=3.0.7.0
js/filament/notifications/notifications.js?v=3.0.7.0
js/filament/support/support.js?v=3.0.7.0
js/filament/support/async-alpine.js?v=3.0.7.0
js/filament/tables/tables.js?v=3.0.7.0
js/filament/filament/echo.js?v=3.0.7.0
js/filament/filament/app.js?v=3.0.7.0
Do you have any idea should these be generated by some other "upgrade" script that I have to run?
1 Reply
Please run
php artisan filament:upgrade
and add it to your composer scripts as stated in the installtion docs
This command is there since v2