netcore / module-permission
Package info
github.com/netcore/module-permission
Type:module
pkg:composer/netcore/module-permission
Requires
- php: >=5.5
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-13 14:40:22 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.