netcore/module-permission

There is no license information available for the latest version (v1.0.1) of this package.

v1.0.1 2018-03-16 11:24 UTC

This package is not auto-updated.

Last update: 2024-04-28 02:05:21 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.

Managing roles: Roles

Managing access levels: Levels