Download the PHP package himel/laravel-multi-role-auth without Composer
On this page you can find all versions of the php package himel/laravel-multi-role-auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download himel/laravel-multi-role-auth
More information about himel/laravel-multi-role-auth
Files in himel/laravel-multi-role-auth
Package laravel-multi-role-auth
Short Description I have developed this simple project for warking with laravel multi role authentication like (Super Admin, Admin, User).
License MIT
Informations about the package laravel-multi-role-auth
About This Laravel Multi Role (Permission) Authentication
Version: 0.1
I have developed this simple project for warking with laravel multi role authentication like (Super Admin, Admin, User).
Used Packages:
- PHP ^7.3 | ^8.0
- Laravel ^8.40
- laravel/jetstream ^2.3.
- livewire/livewire ^2.5
- spatie/laravel-permission ^4.2.
How to start
After clone this project run those command Require Composer version: 2
Give your database config to [.env]() Then
composer create-project himel/laravel-multi-role-auth
composer install
npm install
npm run dev
php artisan optimize:clear
php artisan migrate:fresh --seed --seeder=PermissionSeeder
Enjoy ..
Default Users
Super admin: [email protected] Password: @Pass123@su
Admin: [email protected] Password: @Pass123@admin
Regular User: [email protected] Password: @Pass123@user
Contributing
Thank you for considering contributing to this Project. Just fork this project add your code and submit.
Security Vulnerabilities
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [email protected]. All security vulnerabilities will be promptly addressed.
If you discover a security vulnerability within This project, Or need some important Update. Please send an e-mail to Himel Rana via [email protected]
License
The Laravel framework is open-sourced software licensed under the MIT license.
All versions of laravel-multi-role-auth with dependencies
fideloper/proxy Version ^4.4
fruitcake/laravel-cors Version ^2.0
guzzlehttp/guzzle Version ^7.0.1
laravel/framework Version ^8.40
laravel/jetstream Version ^2.3
laravel/sanctum Version ^2.6
laravel/tinker Version ^2.5
livewire/livewire Version ^2.5
spatie/laravel-permission Version ^4.2