My Laravel version is 5.5.*,when I run "php artisan entrust:migration" command,an exception occurred;
[ReflectionException] Method Zizaco\Entrust\MigrationCommand::handle() does not exist
So,I open the composer.json file,change "5.2.x-dev" to "master".
Then,the exception disapear!
My Laravel version is 5.5.*,when I run "php artisan entrust:migration" command,an exception occurred;
[ReflectionException] Method Zizaco\Entrust\MigrationCommand::handle() does not exist
So,I open the composer.json file,change "5.2.x-dev" to "master". Then,the exception disapear!