rsabhk-blade/README.md
2025-04-27 07:27:50 +07:00

48 lines
2.1 KiB
Markdown

<p align="center"><a href="https://laravel.com" target="_blank"><img src="https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg" width="400" alt="Laravel Logo"></a></p>
<p align="center">
<a href="https://github.com/laravel/framework/actions"><img src="https://github.com/laravel/framework/workflows/tests/badge.svg" alt="Build Status"></a>
<a href="https://packagist.org/packages/laravel/framework"><img src="https://img.shields.io/packagist/dt/laravel/framework" alt="Total Downloads"></a>
<a href="https://packagist.org/packages/laravel/framework"><img src="https://img.shields.io/packagist/v/laravel/framework" alt="Latest Stable Version"></a>
<a href="https://packagist.org/packages/laravel/framework"><img src="https://img.shields.io/packagist/l/laravel/framework" alt="License"></a>
</p>
## 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 :
<img src="https://github.com/user-attachments/assets/56d5f855-a10e-46c0-a487-a30f6e27df85" height="400" alt="Login Page">
<img src="https://github.com/user-attachments/assets/adb0613a-c370-44d0-aa28-213be1bb59f5" height="400" alt="Dashboard Page">
<img src="https://github.com/user-attachments/assets/f6ad36d1-9b6a-425e-9e4d-347f1fcb5302" height="400" alt="Manage User Page">
<img src="https://github.com/user-attachments/assets/ce23267a-fb6f-4429-805d-8228ebc1914a" height="400" alt="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
```