flightsadmin / bootstrap-starter-kit
A modern Laravel starter kit featuring a clean Bootstrap 5 design, Livewire, and essential authentication workflows.
Package info
github.com/flightsadmin/bootstrap-starter-kit
Type:project
pkg:composer/flightsadmin/bootstrap-starter-kit
v0.2.0
2026-08-21 06:13 UTC
Requires
- php: ^8.3
- laravel/framework: ^13.26.1
- laravel/tinker: ^3.0.2
- livewire/livewire: ^4.4
Requires (Dev)
- fakerphp/faker: ^1.24.1
- laravel/pail: ^1.2.7
- laravel/pao: ^1.1.4
- laravel/pint: ^1.30.5
- mockery/mockery: ^1.6.15
- nunomaduro/collision: ^8.9.5
- pestphp/pest: ^5.1
- pestphp/pest-plugin-laravel: ^5.0
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.3
- 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 -
Run the automated setup script to install dependencies, set up your .env, run migrations/seeders, and build frontend assets:
composer run setup
-
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.