Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

italoestrada's avatar

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

0 likes
2 replies
italoestrada's avatar

Hi, all my mistake. Thanks for trying answering me.

I didnt realize than the composer update was throwing a warning way up.

About a library mising in the server.

Thanks.

Italo.

Please or to participate in this conversation.