2017 © Pedro Peláez
 

library role

Role-Permision package based on codecourse tutorial

image

agmar/role

Role-Permision package based on codecourse tutorial

  • Wednesday, April 12, 2017
  • by Jigsaw00
  • Repository
  • 1 Watchers
  • 1 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

agmar-roles

Download package using:, (*1)

composer require agmar/role

copy migrations from vendor/agmar/role/migrations to migrations folder in your application folder run laravel migration, (*2)

register the service provider:, (*3)

Agmar\Role\AgmarRoleServiceProvider::class,

register the middleware in App\Http\Kernel.php:, (*4)

'role'=>\Agmar\Role\Middleware\RoleMiddleware::class,

Add hasPermissionsTrait to your User model:, (*5)

use Agmar\Role\Permissions\hasPermissionsTrait;

...and use it inside the user model, (*6)

class User extends Authenticatable
{
    use hasPermissionsTrait;
}

The Versions

12/04 2017

dev-master

9999999-dev

Role-Permision package based on codecourse tutorial

  Sources   Download

The Requires

 

by Marcin Gierus

12/04 2017

1.0.7

1.0.7.0

Role-Permision package based on codecourse tutorial

  Sources   Download

The Requires

 

by Marcin Gierus

14/03 2017

1.0.6

1.0.6.0

Role-Permision package based on codecourse tutorial

  Sources   Download

The Requires

 

by Marcin Gierus

14/03 2017

1.0.5

1.0.5.0

Role-Permision package based on codecourse tutorial

  Sources   Download

The Requires

 

by Marcin Gierus

13/03 2017

1.0.4

1.0.4.0

Role-Permision package based on codecourse tutorial

  Sources   Download

The Requires

 

by Marcin Gierus

13/03 2017

1.0.3

1.0.3.0

Role-Permision package based on codecourse tutorial

  Sources   Download

The Requires

 

by Marcin Gierus

06/02 2017

1.0.2

1.0.2.0

Role-Permision package based on codecourse tutorial

  Sources   Download

The Requires

 

by Marcin Gierus

05/02 2017

1.0.1

1.0.1.0

Role-Permision package based on codecourse tutorial

  Sources   Download

The Requires

 

by Marcin Gierus

05/02 2017

1.0.0

1.0.0.0

Role-Permision package based on codecourse tutorial

  Sources   Download

The Requires

 

by Marcin Gierus