我已经按照 GitHub Link的 zizac/entrust 安装教程进行操作,但遇到了错误:
类名必须是第 86 行 var/www/html/laravel_test/vendor/zizaco/entrust/src/commands/MigrationCommand.php 中的有效对象或字符串
MigrationCommand.php 文件网址:链接
输出:
php artisan entrust:migration
Tables: roles, role_user, permissions, permission_role
A migration that creates 'roles', 'role_user', 'permissions', 'permission_role' tables will be created in database/migrations directory
Proceed with the migration creation? [Yes|no] (yes/no) [yes]: yes
Creating migration...
PHP Fatal error: Class name must be a valid object or a string in /var/www/html/laravel_test/vendor/zizaco/entrust/src/commands/MigrationCommand.php on line 86
命令:php artisan vendor:publish成功。
文件:config/entrust.php 存在。
我没有将任何选项更改为与 - auth.php相同的 config/auth.php 文件。如何解决?