This is a starter admin dashboard project built on top of Laravel and AdminLTE. The starter including Access Control Level based on permissions and roles.
To make the starter run on your machine just following below instructions.
This is an example of how to list things you need to use the software and how to install them.
- Clone the respository
git clone https://github.com/aziyan99/laravel-adminlte-starter
- Compatible PHP version and configs for running Laravel 11.x
- MySQL or MariaDB database
- Configure .env file
npm run buildto build the assetsphp artisan key:generatephp artisan migrate:freshphp artisan db:seedphp artisan serveor another web server that able to run PHP based website
- URL
http://<domain-local>/loginor configurated URL. - Admin:
- Email:
admin@local.test - Password:
password
- Email:
Distributed under the MIT License. See LICENSE.txt for more information.

