netcore / module-permission
There is no license information available for the latest version (v1.0.1) of this package.
Package info
github.com/netcore/module-permission
Type:module
pkg:composer/netcore/module-permission
v1.0.1
2018-03-16 11:24 UTC
Requires
- php: >=5.5
This package is not auto-updated.
Last update: 2026-03-01 12:19:26 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.