Skip to content

Highly performant simple scalable dynamic database-query-optimized laravel authorization package

Notifications You must be signed in to change notification settings

abdallah-zaghloul/laravel-authorization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

laravel-authorization

Highly performant simple scalable dynamic database-query-optimized laravel authorization package

Install

composer require zaghloul-soft/laravel-authorization
php artisan role:install

Link Relation

php artisan role:relation $modelName

Seed Roles

php artisan role:seed

Other Manual Commands


* publish all files (config,migrations,route,controller,middleware)
php artisan vendor:publish --provider="ZaghloulSoft\LaravelAuthorization\AuthorizationServiceProvider"

* publish some files by tages
php artisan vendor:publish --tag=role-config
php artisan vendor:publish --tag=role-migrations
php artisan vendor:publish --tag=role-messages
php artisan vendor:publish --tag=role-middlewares
php artisan vendor:publish --tag=role-controllers
php artisan vendor:publish --tag=role-routes

About

Highly performant simple scalable dynamic database-query-optimized laravel authorization package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages