Welcome to the repository for Laravel 11 integrated with Stisla Bootstrap 5 template!
This repository contains a Laravel 11 template that comes pre-configured with authentication from Breeze and utilizes the Stisla Bootstrap 5 template for the UI. It includes various features to help you quickly set up a robust web application.
- Laravel 11
- Stisla Bootstrap 5 Template
- Authentication with Laravel Breeze
- User Profile Management
- Responsive Design
- Pre-configured Dashboard
- Example Pages (Register, Login, Dashboard, Blank Page, Edit User Profile)
- PHP >= 8.2
- Composer
- Node.js
- npm
-
Clone the repository:
git clone https://github.com/vickymaulana/laravel11-stisla.git
-
Navigate into the project directory:
cd laravel11-stisla
-
Install PHP dependencies:
composer install
-
Install JavaScript dependencies:
npm install && npm run dev
-
Copy the
.env.example
file and rename it to.env
:cp .env.example .env
-
Generate application key:
php artisan key:generate
-
Run database migrations:
php artisan migrate
-
Start the development server:
php artisan serve
To register a new user, follow these steps:
- Visit the registration page at
http://localhost:8000/register
. - Fill in the required fields: Name, Email, Password, and Confirm Password.
- Click the "Register" button to create a new account.
After registration, you will be redirected to the dashboard.
If you encounter any issues during registration, please check the browser console for errors or refer to the Laravel logs for more details.
- Vicky Maulana - GitHub
I extend my gratitude to all the interns at LLDIKTI 2 Division of Information System Development for their contributions and support.
- Ahmad Dimas Aldian Al-furqon
- Abdillah Khalid
- Haikal Tirta Albanna
- Meta Berliana
- Imelda Triadmajaya
- Hilwa Izzatinnafisah
- Triyana Sugiyarti
- Adelia Isni Hendrawan Putri
- Siti Nur Azizah
- M. Husaini Hasyim
- Andre Satriawan
- Lathifah Putri Aresti
- Sisca Amelia
- M. Denny Tri Lisandi
Feel free to explore their repositories as well.
If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request. Thank you for your interest and support!