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 build
to build the assetsphp artisan key:generate
php artisan migrate:fresh
php artisan db:seed
php artisan serve
or another web server that able to run PHP based website
- URL
http://<domain-local>/login
or configurated URL. - Admin:
- Email:
[email protected]
- Password:
password
- Email:
Distributed under the MIT License. See LICENSE.txt
for more information.