serverfireteam / panel

An easily configurable admin panel for Laravel applications.
MIT License
427 stars 144 forks source link

There are no commands defined in the "panel" namespace #333

Closed cojocaru3 closed 7 years ago

cojocaru3 commented 7 years ago

Hello, I have done steps 1-3 from Installation Guide, But when I try to run php artisan panel:install I'm receiving following error:

[Symfony\Component\Console\Exception\CommandNotFoundException] There are no commands defined in the "panel" namespace.

Please note that I have added the service provider, and run composer update as it was suggested in one ticket. I have also dumped autoload, no progress. By the way, I'm installing it over an existing project, (not fresh install), can this be the issue ? I don't actually think so.

Laravel 5.4 PHP 7.0.5

Thank you !

AlirezaAlgo commented 7 years ago

Check if you have package provider added to your config/app