Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

sakirsensoy/passport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

passport

Role and permission managament for Laravel 5

Installation

Install using composer:

composer require sako/passport:2.0.*

Add the service provider in app/config/app.php:

'Sako\Passport\PassportServiceProvider',

Register the Passport alias:

'Passport' => 'Sako\Passport\Facades\Passport',

Publish the included configuration file:

php artisan config:publish sako/passport

Publish the included migration files:

php artisan migrate:publish sako/passport

Run artisan migrate command for generating tables:

php artisan migrate

And generate permissions from artisan Passport command:

php artisan passport:generate-permissions

About

Role and permission managament for Laravel

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages