flightsadmin / bootstrap-starter-kit
A modern Laravel starter kit featuring a clean Bootstrap 5 design, Livewire, and essential authentication workflows.
Installs: 122
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 0
Forks: 3
Open Issues: 0
Type:project
pkg:composer/flightsadmin/bootstrap-starter-kit
Requires
- php: ^8.2
 - laravel/framework: ^12.0
 - laravel/tinker: ^2.10.1
 - livewire/livewire: ^3.0
 
Requires (Dev)
- fakerphp/faker: ^1.23
 - laravel/pail: ^1.2.2
 - laravel/pint: ^1.13
 - laravel/sail: ^1.41
 - mockery/mockery: ^1.6
 - nunomaduro/collision: ^8.6
 - phpunit/phpunit: ^11.5.3
 
README
Bootstrap Starter Kit for Laravel
A modern Laravel starter kit featuring a clean Bootstrap 5 design, Livewire, and essential authentication workflows.
Features
- 🎨 Modern Bootstrap 5 Design
 - ⚡ Powered by Laravel Livewire
 - 🔒 Complete Authentication System
- Login & Registration
 - Password Reset
 - Email Verification
 - Profile Management
 
 - 🎯 User Settings
- Profile Information
 - Password Management
 - Appearance Settings
 
 - 📱 Responsive Layout
 - 🔍 Clean & Maintainable Code
 
Prerequisites
- PHP >= 8.1
 - Composer
 - Node.js & NPM
 
Installation
- 
Using Laravel Installer:
laravel new bootstrap-starter-kit --using=flightsadmin/bootstrap-starter-kit cd bootstrap-starter-kit - 
Using Composer:
composer create-project flightsadmin/bootstrap-starter-kit cd bootstrap-starter-kit - 
Using Git
- 
Clone the repository:
git clone https://github.com/flighsadmin/bootstrap-starter-kit.git cd bootstrap-starter-kit - 
Install PHP dependencies:
composer install
 - 
Install and compile frontend dependencies:
npm install npm run dev
 - 
Configure environment:
cp .env.example .env php artisan key:generate
 - 
Configure your database in
.envand run migrations:php artisan migrate
 - 
Start the development server:
php artisan serve
 
 - 
 
Usage
Authentication
/register- Create a new account/login- Sign in to existing account/forgot-password- Reset forgotten password/email/verify- Verify email address
Dashboard
/dashboard- Main dashboard with statistics/settings/profile- Update profile information/settings/password- Change password/settings/appearance- Customize appearance
Contributing
- Fork the repository
 - Create a new branch
 - Make your changes
 - Submit a pull request
 
License
This starter kit is open-sourced software licensed under the MIT license.