今天使用Enstust时,提示如下错误
Method Zizaco\Entrust\MigrationCommand::handle() does not exist
解决方法如下
找到文件 (vendor-> zizaco-> entrust-> src-> commands-> MigrationCommand.php
更改”fire” 为”handle”,
然后再执行命令:
php artisan entrust: migration
OK,解决了!
今天使用Enstust时,提示如下错误
Method Zizaco\Entrust\MigrationCommand::handle() does not exist
解决方法如下
找到文件 (vendor-> zizaco-> entrust-> src-> commands-> MigrationCommand.php
更改”fire” 为”handle”,
然后再执行命令:
php artisan entrust: migration
OK,解决了!