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)
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