netcore / module-permission
Installs: 85
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 0
Type:module
Requires
- php: >=5.5
This package is not auto-updated.
Last update: 2024-11-10 05:03:50 UTC
README
Module allows you to manage user access right by giving them roles and access levels.
Pre-installation
This package is part of Netcore CMS ecosystem and is only functional in a project that has following packages installed:
https://github.com/netcore/netcore
https://github.com/netcore/module-admin
https://github.com/netcore/module-user
https://github.com/nWidart/laravel-modules
Installation
Require this package with composer:
composer require netcore/module-permission
Publish config, assets, migrations. Migrate and seed:
php artisan module:publish Permission
php artisan module:publish-migration Permission
php artisan migrate
php artisan module:seed Permission
Usage
Everything module related will be under Permissions
section in acp.