Skip to content

xiangwork/laravel-adminlte-1

 
 

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.

About

Laravel and AdminLTE Starter Kit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 78.7%
  • Blade 20.8%
  • Shell 0.5%