@italoestrada Stupid question. Did you try running composer install after?
Dec 14, 2019
2
Level 2
After php artisan nova:install | this error: There are no commands defined in the "nova" namespace.
I am trying to install nova and i have this error:
There are no commands defined in the "nova" namespace.
Right after php artisan nova:install
I did add the composer lines:
"require": { "php": "^7.2", "fideloper/proxy": "^4.0", "laravel/framework": "^6.2", "laravel/tinker": "^1.0", "laravel/nova": "*" },
and "repositories": [ { "type": "path", "url": "./nova" } ],
and i upload the version to the root by the name of nova, and
Please or to participate in this conversation.