PHPackages                             flightsadmin/bootstrap-starter-kit - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. flightsadmin/bootstrap-starter-kit

ActiveProject[Framework](/categories/framework)

flightsadmin/bootstrap-starter-kit
==================================

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

v0.0.41(1y ago)11163—0%3MITPHPPHP ^8.2CI passing

Since Apr 3Pushed 1y agoCompare

[ Source](https://github.com/flightsadmin/bootstrap-starter-kit)[ Packagist](https://packagist.org/packages/flightsadmin/bootstrap-starter-kit)[ RSS](/packages/flightsadmin-bootstrap-starter-kit/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (10)Versions (2)Used By (0)

[![Laravel Logo](https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg)](https://laravel.com)

[![Build Status](https://github.com/laravel/framework/workflows/tests/badge.svg)](https://github.com/laravel/framework/actions)[![Total Downloads](https://camo.githubusercontent.com/b0a7ee2f3f0208712ecb1081b9d6fcf05045c10cd6f345abcb924f5512c0d346/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c61726176656c2f6672616d65776f726b)](https://packagist.org/packages/laravel/framework)[![Latest Stable Version](https://camo.githubusercontent.com/9e6071b5dd1a4a3bcabe3cca9d97a447d030caeb940f2adbd18699bc0b326702/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c61726176656c2f6672616d65776f726b)](https://packagist.org/packages/laravel/framework)[![License](https://camo.githubusercontent.com/4a64c31c71966d152c876eea1f35e85fbd33d57ddf5754260a41f053aa72c5b2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c61726176656c2f6672616d65776f726b)](https://packagist.org/packages/laravel/framework)

Bootstrap Starter Kit for Laravel
=================================

[](#bootstrap-starter-kit-for-laravel)

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

Features
--------

[](#features)

- 🎨 Modern Bootstrap 5 Design
- ⚡ Powered by Laravel Livewire
- 🔒 Complete Authentication System
    - Login &amp; Registration
    - Password Reset
    - Email Verification
    - Profile Management
- 🎯 User Settings
    - Profile Information
    - Password Management
    - Appearance Settings
- 📱 Responsive Layout
- 🔍 Clean &amp; Maintainable Code

Prerequisites
-------------

[](#prerequisites)

- PHP &gt;= 8.1
- Composer
- Node.js &amp; NPM

Installation
------------

[](#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
        ```
    - 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 `.env` and run migrations:

        ```
        php artisan migrate
        ```
    - Start the development server:

        ```
        php artisan serve
        ```

Usage
-----

[](#usage)

### Authentication

[](#authentication)

- `/register` - Create a new account
- `/login` - Sign in to existing account
- `/forgot-password` - Reset forgotten password
- `/email/verify` - Verify email address

### Dashboard

[](#dashboard)

- `/dashboard` - Main dashboard with statistics
- `/settings/profile` - Update profile information
- `/settings/password` - Change password
- `/settings/appearance` - Customize appearance

Contributing
------------

[](#contributing)

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

License
-------

[](#license)

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

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance46

Moderate activity, may be stable

Popularity20

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

410d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/523b711178e59be510269001ec8fa1ce3305495b9578aaa53c4e11a179415445?d=identicon)[georgechitechi](/maintainers/georgechitechi)

---

Top Contributors

[![georgechitechi](https://avatars.githubusercontent.com/u/52364198?v=4)](https://github.com/georgechitechi "georgechitechi (41 commits)")

---

Tags

frameworklaravel

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/flightsadmin-bootstrap-starter-kit/health.svg)

```
[![Health](https://phpackages.com/badges/flightsadmin-bootstrap-starter-kit/health.svg)](https://phpackages.com/packages/flightsadmin-bootstrap-starter-kit)
```

###  Alternatives

[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[raugadh/fila-starter

Laravel Filament Starter.

614.9k](/packages/raugadh-fila-starter)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
