pingpong-labs / admin

Laravel 5 Admin
https://packagist.org/packages/pingpong/admin
BSD 3-Clause "New" or "Revised" License
432 stars 114 forks source link

"artisan admin:migration" not defined #32

Closed Tantacula closed 9 years ago

Tantacula commented 9 years ago

Hi, command "artisan admin:install" asks for migrations and then fails with error: Command "admin:migration" is not defined.

gravitano commented 9 years ago

Fixed in new version 2.0.2. Try updating the package by running composer update. Thanks!

Tantacula commented 9 years ago

There was another bug also, it looks like:

Do you want publish configuration files from pingpong/admin package ? y Copied File [\vendor\barryvdh\laravel-ide-helper\config\ide-helper.php] To [\config\ide-helper.php]

I suppose pingpong admin config must be named as admin.php? Don't know, maybe bug with not copied config file was in my system only, but if you test this moment too, this would be good.

gravitano commented 9 years ago

Yes, the config file must be named admin.php. You can re-publish the config file by running vendor:publish command.

Tantacula commented 9 years ago

I have already copy it, thanx for fast replies. You are realy fastest guy in the world