Laravel AdminLTE is a starter kit for web application with users roles and permissions
- Laravel AdminLTE come with two Languages default language is khmer (Khmer, English) language base on current user login.
This packages use (no need to install):
The current package requirements are:
- NodeJs >= 14.x
- Laravel >= 8.x
- PHP >= 7.4
- MySQL >= 8.0.x
- Clone repository
git clone git@github.com:Kimsoeurn/laravel-adminlte.git
- Composer
composer install
- Node Package
npm install && npm run dev
- Config Database and migrate. (Copy
env.example and rename .env and config your database connection
)
php artisan migrate --seed
- Generate Application key
php artisan key:generate
- Run your local web server
php artisan serve
- Admin login
Email: devgeek@gmail.com
Password: password
The MIT License (MIT). Please see check for more information. MIT license.