Target class [filament] does not exist.
Hi my app just runs fine on local and when I deployed it to staging it gives that error, I'm using v2, and FilamentShield was the major update I did in this PR, any help on where I can start debugging it?
Solution:Jump to solution
- Check the installed version
- Try
composer dump-autoload
- Try removing vendor/
and reinstalling via composer...4 Replies
Solution
- Check the installed version
- Try
composer dump-autoload
- Try removing vendor/
and reinstalling via composerWhat do you mean by check installed version?
Check what version of filament, shield, ... is really installed on that system via composer and see whether it matches want you want to install.
Thank you @Dennis Koch removing
/vendor
reinstalling it then doing composer dump-autoload
fixed it for me, thanks a dozen π