Skip to content

DentriceDev/Laravel-Bootstrap-5-Admin-Dashboard

Repository files navigation

Laravel 9.X Bootstrap 5 Admin Dashboard

What's inside:

  • Login/Register functionality with default Laravel Screenshot from 2022-05-31 13-48-28
  • Managing User Profile Screenshot from 2022-05-31 13-41-22
  • Managing Users CRUDs: tables, and forms Screenshot from 2022-05-31 13-42-13
  • Managing Roles CRUDs: tables, and forms Screenshot from 2022-05-31 13-42-03
  • Managing Permissions CRUDs: tables, and forms Screenshot from 2022-05-31 13-41-55
  • Managing Database Notifications Screenshot from 2022-05-31 13-42-43
  • Feature Tests for User, Roles, and Permissions Screenshot from 2022-05-31 13-58-30

How to use

  • Clone the repository with git clone
  • Copy .env.example file to .env and edit database credentials there
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan migrate --seed (it has some seeded data for your testing)
  • That's it: launch the main URL.
  • You can login to adminpanel with default credentials admin@admin.com - 1234

Find me on

Twitter LinkedIn

Having troubles implementing?

Reach out to me maina@dentricedev.com I will be happy to assist

want something improved or added?

Fork the repo @ GitHub.

Regards,

DentriceDev Solutions.

About

A Laravel 9 Bootstrap 5 Admin dashboard

Resources

Stars

Watchers

Forks

Releases

No releases published