2017 © Pedro PelĆ”ez
 

module module-permission

image

netcore/module-permission

  • Friday, March 16, 2018
  • by netcorelv
  • Repository
  • 4 Watchers
  • 0 Stars
  • 76 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 1 % Grown

The README.md

This module is a wrapper for netcore/translations

Module allows you to manage user access right by giving them roles and access levels., (*1)

Pre-installation

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)

Installation

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

Usage

Everything module related will be under Permissions section in acp., (*8)

Managing roles: Roles, (*9)

Managing access levels: Levels, (*10)

The Versions

16/03 2018

dev-master

9999999-dev

  Sources   Download

The Requires

  • php >=5.5

 

by Jānis Blaus

16/03 2018

1.0.x-dev

1.0.9999999.9999999-dev

  Sources   Download

The Requires

  • php >=5.5

 

by Jānis Blaus

16/03 2018

v1.0.1

1.0.1.0

  Sources   Download

The Requires

  • php >=5.5

 

by Jānis Blaus

30/11 2017

v1.0.0

1.0.0.0

  Sources   Download

The Requires

  • php >=5.5

 

by Jānis Blaus