Skip to content

Kimsoeurn/laravel-adminlte

Repository files navigation

Laravel AdminLTE Starter Kit

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.

"Laravel AdminLTE"

Requirements

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

Installation

  • 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

License

The MIT License (MIT). Please see check for more information. MIT license.

Releases

No releases published

Packages

No packages published