Laravel + Material Dashboard: Admin panel boilerplate

This is a Laravel 8 project ready to use and start working on your next idea. It implemets Laravel ui and Laravel fortify.

What´s inside

  • Customized Login.
  • Customized Register.
  • Register and Login with username.
  • Material Dashboard when login.
  • CRUD for users.
  • Messages sessions.
  • Validation.
  • Active menu.

How to use

Code for Laravel 8 + Material Dashboard

  • Clone the repository with git clone
  • Copy .env.example file to .env
  • Edit database credentials in .env
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan migrate --seed
  • Run npm install
  • Run npm run dev
  • Run php artisan serve (if you want to use other port add --port=90)
  • You can register by clicking on top-right

License

Feel free to use and re-use any way you want.

More