Download the PHP package prllxtchz/authorization without Composer
On this page you can find all versions of the php package prllxtchz/authorization. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download prllxtchz/authorization
More information about prllxtchz/authorization
Files in prllxtchz/authorization
Download prllxtchz/authorization
More information about prllxtchz/authorization
Files in prllxtchz/authorization
Vendor prllxtchz
Package authorization
Short Description Roles & Permission management with Laravel user module
License MIT
Package authorization
Short Description Roles & Permission management with Laravel user module
License MIT
Please rate this library. Is it a good library?
Informations about the package authorization
Adding User & User Role CRUD to Laravel Project
Installation
Publish Spatie\Permission package migrations & config file to project.
running authorization package views, migrations & seeds to project.
Then run Laravel auth command to generate auth files.
and add HasRoles trait to User model.
https://github.com/spatie/laravel-permission#usage
Before run any migrations, update database/seeds/DatabaseSeeder.php file with following,
Then you can run all migrations with seeds.
You may need to run composer dump-autload
before run migrations.
Usage
Admin login detail which has all current permissions
Generated routes
/users /routes
All versions of authorization with dependencies
PHP Build Version
Package Version
Requires
spatie/laravel-permission Version
^2.12
The package prllxtchz/authorization contains the following files
Loading the files please wait ....