LaravelPackages.net
Acme Inc.
Toggle sidebar
zaghloul-soft/laravel-authorization

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

42
0
About zaghloul-soft/laravel-authorization

zaghloul-soft/laravel-authorization is a Laravel package for highly performant simple scalable dynamic database-query-optimized laravel authorization package.. It currently has 0 GitHub stars and 42 downloads on Packagist. Install it with composer require zaghloul-soft/laravel-authorization. Discover more Laravel packages by zaghloul-soft or browse all Laravel packages to compare alternatives.

Last updated

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
Comments