Simple Laravel adminpanel based on Material Dashboard theme from Creative Tim
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.
To install the Laravel Material Dashboard, you can follow these steps:
git clone
.env.example
file to .env
and edit the database credentials in the .env
filecomposer install
php artisan key:generate
php artisan migrate --seed
to seed some data for testingadmin@admin.com
and password
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.