There is no permission named `edit articles` for guard `web`.

laravel5.8 本地环境初次安装 laravel-permission#

spatie/laravel-permission”: “^3.10”

报错:#

There is no permission named `edit articles` for guard `web`.

调用位置:

There is no permission named `edit articles` for guard `web`.

auth.php 配置文件

There is no permission named `edit articles` for guard `web`.

User.php 文件:

There is no permission named `edit articles` for guard `web`.] ![There is no permission named `edit articles` for guard `web`.

试了网上说的各种清除缓存的方法都没用,一直报这个错

《L02 从零构建论坛系统》
以构建论坛项目 LaraBBS 为线索,展开对 Laravel 框架的全面学习。应用程序架构思路贴近 Laravel 框架的设计哲学。
《L01 基础入门》
我们将带你从零开发一个项目并部署到线上,本课程教授 Web 开发中专业、实用的技能,如 Git 工作流、Laravel Mix 前端工作流等。
superwen
最佳答案

没有创建这个权限。

2年前 评论