netcore / module-permission
此包的最新版本(v1.0.1)没有可用的许可证信息。
v1.0.1
2018-03-16 11:24 UTC
Requires
- php: >=5.5
This package is not auto-updated.
Last update: 2024-09-29 04:14:36 UTC
README
该模块允许您通过授予他们角色和访问级别来管理用户访问权限。
预安装
此包是Netcore CMS生态系统的一部分,并且仅在安装了以下包的项目中才能正常工作
https://github.com/netcore/netcore
https://github.com/netcore/module-admin
https://github.com/netcore/module-user
https://github.com/nWidart/laravel-modules
安装
使用composer安装此包
composer require netcore/module-permission
发布配置、资产、迁移。迁移并播种
php artisan module:publish Permission
php artisan module:publish-migration Permission
php artisan migrate
php artisan module:seed Permission
使用方法
所有模块相关内容都将位于acp中的权限部分。