Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 2.11 KB

README.md

File metadata and controls

47 lines (35 loc) · 2.11 KB

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