Upgrading from V2 to V3 error

When trying to run "vendor/bin/filament-v3.bat", I get a couple of errors as shown in the image included. I've set minimum-stability to dev and running the composer command "composer require filament/upgrade:"^3.0-stable" -W --dev" worked fine.
Solution:
You need to run it from the folder example-app instead of the bin folder
Jump to solution
2 Replies
Disouric
Disouric2y ago
is there an error if you do composer dump-autoload?
Solution
Zagna
Zagna2y ago
You need to run it from the folder example-app instead of the bin folder

Did you find this page helpful?