QuickAdminPanel Material Dashboard screenshot

QuickAdminPanel Material Dashboard

Author Avatar Theme by Laraveldaily
Updated: 24 Sep 2020
52 Stars

Simple Laravel adminpanel based on Material Dashboard theme from Creative Tim

Categories

Overview

The Laravel Material Dashboard is a simple Laravel adminpanel that is based on the Material Dashboard theme from Creative Tim. It was generated with the QuickAdminPanel generator and then manually applied the front-end theme. It offers login/register functionality and allows users to manage users, roles, and permissions through CRUDs.

Features

  • Login/Register functionality with default Laravel
  • CRUDs for managing Users/Roles/Permissions with tables and forms

Installation

To install the Laravel Material Dashboard, you can follow these steps:

  1. Clone the repository with git clone
  2. Copy the .env.example file to .env and edit the database credentials in the .env file
  3. Run composer install
  4. Run php artisan key:generate
  5. Run php artisan migrate --seed to seed some data for testing
  6. Launch the main URL
  7. You can log in to the adminpanel using the default credentials admin@admin.com and password

Summary

The Laravel Material Dashboard is a Laravel adminpanel that is built on the Material Dashboard theme. It offers login/register functionality and allows users to manage users, roles, and permissions through CRUD operations. The installation process is straightforward, making it easy to get started with managing and organizing your Laravel application.