16/03
2018
Module allows you to manage user access right by giving them roles and access levels., (*1)
This package is part of Netcore CMS ecosystem and is only functional in a project that has following packages installed:, (*2)
https://github.com/netcore/netcore, (*3)
https://github.com/netcore/module-admin, (*4)
https://github.com/netcore/module-user, (*5)
https://github.com/nWidart/laravel-modules, (*6)
Require this package with composer: ```$xslt composer require netcore/module-permission, (*7)
Publish config, assets, migrations. Migrate and seed: ```$xslt php artisan module:publish Permission php artisan module:publish-migration Permission php artisan migrate php artisan module:seed Permission
Everything module related will be under Permissions
section in acp., (*8)
Managing roles:
, (*9)
Managing access levels:
, (*10)