Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如上面的标题,我按照教程在 laravel 5.2 中创建 ACL 模式,当我为 PermissionTableSeeder 播种类时,该错误命中为附件。
好吧,我希望有人可以在这个问题上帮助我。
这是错误:
该错误是因为在您的 PermissionTableSeeder 使用具有完整命名空间的权限模型中未正确找到权限模型
在播种机顶部添加以下使用语句。
use App\Permission