serverfireteam / panel

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

Error in panel:install #366

Closed arucuenca closed 6 years ago

arucuenca commented 6 years ago

When I run

php artisan panel:install

I get this error message:

[ReflectionException]
Method Serverfireteam\Panel\Commands\PanelCommand::handle() does not exist

I'm using Laravel 5.5.13 and panel 1.6

AlirezaAlgo commented 6 years ago

Please install from master branch for laravel 5.5

On Tue, 3 Oct 2017 at 5:51 pm, Aruan Cuenca Carrara < notifications@github.com> wrote:

When I run

php artisan panel:install

I get this error message:

[ReflectionException] Method Serverfireteam\Panel\Commands\PanelCommand::handle() does not exist I'm using Laravel 5.5.13 and panel 1.6

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/serverfireteam/panel/issues/366, or mute the thread https://github.com/notifications/unsubscribe-auth/AAIGmY_kq5UoivlRenbQ5-5WSL_EjS0pks5sokLSgaJpZM4PsMih .

arucuenca commented 6 years ago

Thanks! Worked perfectly!