About The Project
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.
Built With
Getting Started
To make the starter run on your machine just following below instructions.
Prerequisites
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
Installation
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
Authentication
- URL
http://<domain-local>/loginor configurated URL. - Admin:
- Email:
[email protected] - Password:
password
- Email:
License
Distributed under the MIT License. See LICENSE.txt for more information.
