/laravel-lte-boilerplate

Laravel 10 Starter with Integrated Template Admin LTE v3.2.0

Primary LanguageJavaScript

Laravel Logo

Build Status Total Downloads Latest Stable Version License

Laravel LTE Boilerplate

Created for My Laravel 10 Boilerplate Projects, This project comes pre-integrated with the latest AdminLTE 3 template and several built-in features designed to accelerate web development process. The feature include :

  • Authentication Login -> User authentication and login
  • Management User Account -> User management (create, edit, delete, enable/disable)
  • Edit Profile -> Profile editing (change password, name)

Preview :

Login Page Dashboard Page Manage User Page Change Profile Page

How to Install

composer install
php artisan key:generate
# Make sure before you run this command, you have done set your .env file
php artisan migrate
php artisan db:seed
php artisan serve