You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: