Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maniruzzamanakash/laravel-role
Laravel Role and Permission Management With Beautiful Admin UI to starting a fresh project with basic role, permission management for Laravel 11.x
https://github.com/maniruzzamanakash/laravel-role
admin-panel admin-panel-laravel laravel laravel-admin-panel laravel-roles laravel-roles-permissions laravel11 laravel7x laravel9 role-management
Last synced: 1 day ago
JSON representation
Laravel Role and Permission Management With Beautiful Admin UI to starting a fresh project with basic role, permission management for Laravel 11.x
- Host: GitHub
- URL: https://github.com/maniruzzamanakash/laravel-role
- Owner: ManiruzzamanAkash
- License: mit
- Created: 2020-07-24T17:48:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-08T21:41:24.000Z (13 days ago)
- Last Synced: 2025-01-20T03:08:06.740Z (1 day ago)
- Topics: admin-panel, admin-panel-laravel, laravel, laravel-admin-panel, laravel-roles, laravel-roles-permissions, laravel11, laravel7x, laravel9, role-management
- Language: HTML
- Homepage:
- Size: 1.85 MB
- Stars: 234
- Watchers: 7
- Forks: 100
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# Laravel Role Permission Management System - Laravel `11.x`
A project which manage Role, Permissions and every actions of your Laravel application. A complete solution for Role based Access Control in Laravel.
**Demo:** http://localhost:8000
```
Username - superadmin
password - 12345678
```## Requirements:
- Laravel `7.x` | `9.7` | `11.x`
- Spatie role permission package `^6.4`## Versions:
- Laravel `7.x` & PHP -`7.x`
- Tag - https://github.com/ManiruzzamanAkash/laravel-role/releases/tag/Laravel7.x
- Branch - https://github.com/ManiruzzamanAkash/laravel-role/tree/Laravel7.x- Laravel `9.7` & PHP - `8.x`
- Tag - https://github.com/ManiruzzamanAkash/laravel-role/releases/tag/Laravel9.x- Laravel `11.x`
- Tag - https://github.com/ManiruzzamanAkash/laravel-role/releases/tag/Laravel11.x## Project Setup
Git clone -
```console
git clone https://github.com/ManiruzzamanAkash/laravel-role.git
```Go to project folder -
```console
cd laravel-role
```Install Laravel Dependencies -
```console
composer install
```Create database called - `laravel_role`
Create `.env` file by copying `.env.example` file
Generate Artisan Key (If needed) -
```console
php artisan key:generate
```Migrate Database with seeder -
```console
php artisan migrate --seed
```Run Project -
```php
php artisan serve
```Since, there is any problem to seeder, Please import the .sql file directly - https://github.com/ManiruzzamanAkash/laravel-role/blob/master/database/sql/laravel_role.sql
So, You've got the project of Laravel Role & Permission Management on your http://localhost:8000
## How it works
1. Login using Super Admin Credential -
1. Username - `superadmin`
1. Password - `12345678`
2. Create Admin
3. Create Role
4. Assign Permission to Roles
5. Assign Multiple Role to an admin
6. Check by login with the new credentials.
7. If you've not enough permission to do any task, you'll get a warning message.## Learn More & Discussion
https://devsenv.com/tutorials/laravel-role-permission-management-system-full-example-with-source-code### Login & Dashboard Page
![alt text][adminLoginImage]
![alt text][dashboardImage]### Role Pages
Role List
![alt text][roleListImage]
Role Create
![alt text][roleCreateImage]
Role Edit
![alt text][roleEditImage]### Admin Pages
Admin List
![alt text][adminListImage]
Admin Create
![alt text][adminCreateImage]### Other Pages
Custom Error Pages
![alt text][errorPageImage]
Dynamic Sidebar Manage
![alt text][sidebarDyanamic][dashboardImage]: https://i.ibb.co/WyxWFp7/1-Laravel-Role-Dashboard.png "Dashboard Page Laravel Role Management"
[roleListImage]: https://i.ibb.co/80jM3Q7/2-Laravel-Manage-Roles.png "2-Laravel-Manage-Roles"
[roleCreateImage]: https://i.ibb.co/kgM1ShW/3-Laravel-Role-Create.png "3-Laravel-Role-Create"
[roleEditImage]: https://i.ibb.co/b6jNPFr/4-Laravel-Role-Edit.png "4-Laravel-Role-Edit"
[adminListImage]: https://i.ibb.co/xY2N6Qd/5-Laravel-Admin-Manage.png "5-Laravel-Admin-Manage"
[adminCreateImage]: https://i.ibb.co/Drcn6Xn/6-Laravel-Admin-Create.png "6-Laravel-Admin-Create"
[adminLoginImage]: https://i.ibb.co/4g4vs4g/7-Login-Page.png "7-Login-Page"
[errorPageImage]: https://i.ibb.co/HYcvRH4/8-Error-Page-Handle.png "8 - Error Page Handling"
[sidebarDyanamic]: https://i.ibb.co/Jpq6X8x/9-Sidebar-Manage-Dynamically.png "9-Sidebar-Manage-Dynamically"## Wanna talk with me
Please mail me at - [email protected]## Support
If you like my work you may consider buying me a ☕ / 🍕## Contribution
Contribution is open. Create Pull-request and I'll add it to the project if it's good enough.