Lara Dashboard - A project which manages Role, Permissions and every actions of your Laravel application. A complete solution for Role based Access Control in Laravel with Tailwind CSS integrated with all starting features including dark/lite mode, charts, tables, forms and so on...
Demo: https://demo.laradashboard.com/
Email - superadmin@example.com
password - 12345678
- Laravel
7.x
|9.7
|11.x
|12.x
- Spatie role permission package
^6.4
- PHPUnit test package
^11.x
- Tailwind CSS >= 4.x
- Laravel Modules - https://laravelmodules.com/docs/12/getting-started/introduction
- Laravel Events (A WordPress like action/filter hooks) - https://github.com/tormjens/eventy
-
Laravel
7.x
& PHP -7.x
-
Laravel
9.7
& PHP -8.x
-
Laravel
11.x
-
Laravel
12.x
& PHP >=8.3
-
Laravel
12.x
& Tail Admin Template Integration
Git clone -
git clone git@github.com:laradashboard/laradashboard.git
Go to project folder -
cd laradashboard
Install Composer & Node Dependencies -
composer install
npm install
Create database called - laradashboard
Create .env
file by copying .env.example
file
Generate Artisan Key or necessary linkings
php artisan key:generate
php artisan storage:link
Migrate Database with seeder -
php artisan migrate:fresh --seed
Run Project -
php artisan serve
npm run dev
Since, there is any problem to seeder, Please import the .sql file directly - https://github.com/laradashboard/laradashboard/blob/master/database/sql/laradashboard.sql
So, You've got the project of Laravel Role & Permission Management on your http://localhost:8000
We were previously at https://github.com/ManiruzzamanAkash/laravel-role, so you need to change the URL if you moved from there
git remote set-url origin git@github.com:laradashboard/laradashboard.git
- Login using Super Admin Credential -
- Email -
superadmin@example.com
- Password -
12345678
- Email -
- Create User
- Create Role
- Assign Permission to Roles
- Assign Multiple Role to an User
- Check by login with the new credentials.
- If you've not enough permission to do any task, you'll get a warning message.
- Dashboard with Beautiful chart integrated
Role List
Role Create
Role Edit
Please mail me at - manirujjamanakash@gmail.com
Please visit at Lara Dashboard to get more premium moduels - https://laradashboard.com. Premium modules included CRM, HRM, Course Managements and so on.
https://demo.laradashboard.com
If you like my work you may consider buying me a ☕ / 🍕
Go to PatreonContribution is open. Create Pull-request and I'll add it to the project if it's good enough.