Zizaco / entrust

Role-based Permissions for Laravel 5
MIT License
6.05k stars 1.29k forks source link

Method Zizaco\Entrust\MigrationCommand::handle() does not exist #879

Closed pobeizhang closed 6 years ago

pobeizhang commented 6 years ago

My environment:

I run

php artisan entrust:migration

Report errors: Method Zizaco\Entrust\MigrationCommand::handle() does not exist

What should I do to solve this problem?

faiverson commented 6 years ago

what about "zizaco/entrust": " dev-master" ?

pobeizhang commented 6 years ago

@faiverson According to your method, I really solved the problem I have just met. Thank you very much! But I still think the document should be updated.