Heim >Backend-Entwicklung >PHP-Tutorial >[HOOLOO] zizaco/entrust 5.2.x-dev Class name must be a valid object or a string,hooloozizaco_PHP教程

[HOOLOO] zizaco/entrust 5.2.x-dev Class name must be a valid object or a string,hooloozizaco_PHP教程

WBOY
WBOYOriginal
2016-07-12 08:51:231302Durchsuche

[HOOLOO] zizaco/entrust 5.2.x-dev Class name must be a valid object or a string,hooloozizaco

在使用laravel 5.1权限管理,使用  安装 zizaco/entrust 5.2.x-dev的时候执行 php artisan entrust:migration的时候报以下错误:


[Symfony\Component\Debug\Exception\FatalErrorException]
  Class name must be a valid object or a string

 


解决办法:

\vendor\zizaco\entrust\src\commands\MigrationCommand.php文件中第84行。

 

<em>get</em>'auth.providers.users.table';
<em>get</em>'auth.providers.users.model';

 

改为

 

<em>get</em>'auth.table';
<em>get</em>'auth.model';

 

 

即可。


此方法仅对 laravle 5.1 。

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/1131140.htmlTechArticle[HOOLOO] zizaco/entrust 5.2.x-dev Class name must be a valid object or a string,hooloozizaco 在使用laravel 5.1权限管理,使用 安装 zizaco/entrust 5.2.x-dev的时候执行...
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn