Upgrade to 3.1 is problematic
I wanted to upgrade from version 3 to 3.1 to use the new features. But when I run
I get the following error:
What do I need to do to install the new version? Can anyone help me?
4 Replies
What Laravel version are you running?
Try running
composer why-not filament/filament:"^3.1"
It says
Not enough arguments (missing: "version").
Probably you are using a Laravel version below the required one.