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](https://github.com/ColorlibHQ/AdminLTE/releases/tag/v3.2.0) 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 ```bash composer install ``` ```bash php artisan key:generate ``` ```bash # Make sure before you run this command, you have done set your .env file php artisan migrate ``` ```bash php artisan db:seed ``` ```bash php artisan serve ```