flightsadmin/bootstrap-starter-kit

A modern Laravel starter kit featuring a clean Bootstrap 5 design, Livewire, and essential authentication workflows.

Maintainers

Package info

github.com/flightsadmin/bootstrap-starter-kit

Type:project

pkg:composer/flightsadmin/bootstrap-starter-kit

Transparency log

Statistics

Installs: 194

Dependents: 0

Suggesters: 0

Stars: 11

Open Issues: 0

v0.2.0 2026-08-21 06:13 UTC

README

Total Downloads Latest Release Stars Forks Issues License

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

  1. Using Laravel Installer:

    laravel new bootstrap-starter-kit --using=flightsadmin/bootstrap-starter-kit
    cd bootstrap-starter-kit
  2. Using Composer:

    composer create-project flightsadmin/bootstrap-starter-kit
    cd bootstrap-starter-kit
  3. 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

  1. Fork the repository
  2. Create a new branch
  3. Make your changes
  4. Submit a pull request

License

This starter kit is open-sourced software licensed under the MIT license.