https://github.com/swe-himelrana/laravel-multi-role-auth
https://github.com/swe-himelrana/laravel-multi-role-auth
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/swe-himelrana/laravel-multi-role-auth
- Owner: Swe-HimelRana
- Created: 2021-07-06T15:22:19.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-06T21:57:53.000Z (almost 4 years ago)
- Last Synced: 2025-01-17T09:26:31.236Z (4 months ago)
- Language: PHP
- Size: 601 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About This Laravel Multi Role (Permission) Authentication
### Version: 0.1I have developed this simple project for warking with laravel multi role authentication like (Super Admin, Admin, User).
Used Packages:
- [PHP ^7.3 | ^8.0](https://php.net)
- [Laravel ^8.40](https://laravel.com/docs/8.x/installation)
- [laravel/jetstream ^2.3](https://jetstream.laravel.com/2.x/introduction.html).
- [livewire/livewire ^2.5](https://jetstream.laravel.com/2.x/stacks/livewire.html)
- [spatie/laravel-permission ^4.2](https://spatie.be/docs/laravel-permission/v4/installation-laravel).## How to start
After clone this project run those command
Require Composer version: 2Give 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@suAdmin: [email protected]
Password: @Pass123@adminRegular 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]](mailto:[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]](mailto:[email protected])
## License
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).