PHPackages                             themesberg/flowbite-laravel-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. themesberg/flowbite-laravel-starter-kit

ActiveProject[Utility &amp; Helpers](/categories/utility)

themesberg/flowbite-laravel-starter-kit
=======================================

The official Flowbite starter kit for Laravel.

1.0.2(2mo ago)09MITPHPPHP ^8.2CI passing

Since Feb 24Pushed 2mo agoCompare

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

READMEChangelog (2)Dependencies (15)Versions (4)Used By (0)

Flowbite Blade Starter Kit
==========================

[](#flowbite-blade-starter-kit)

A production-ready Laravel starter kit built with [Flowbite Blade](https://flowbite-blade.dev), [Livewire](https://livewire.laravel.com), and [Tailwind CSS](https://tailwindcss.com). Ship beautiful, responsive applications faster with pre-built components, authentication, dark mode, and marketing pages — all ready to go.

Features
--------

[](#features)

- **Authentication** — Login, register, password reset, email verification, and two-factor authentication powered by [Laravel Fortify](https://laravel.com/docs/fortify)
- **User Settings** — Profile management, password change, appearance (dark mode toggle), 2FA setup, and account deletion via Livewire
- **Dark Mode** — System preference detection, manual toggle, and localStorage persistence with zero flash of unstyled content
- **Marketing Landing Page** — Hero, features, social proof, pricing, CTA, and footer sections using Flowbite Blade blocks
- **Admin Layout** — Responsive sidebar navigation with collapsible menu
- **Application UI Demo** — CRUD table, modals, drawers, and forms showcasing Flowbite Blade application blocks
- **50+ Blade Components** — Buttons, modals, dropdowns, tables, cards, alerts, and more
- **Fully Responsive** — Mobile-first layouts across all pages

Requirements
------------

[](#requirements)

- PHP 8.2+
- Node.js 18+
- Composer

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

[](#installation)

```
laravel new my-app --using=themesberg/flowbite-laravel-starter-kit
```

This scaffolds a new Laravel project with all dependencies, runs migrations, and builds assets automatically.

Development
-----------

[](#development)

Start all development services (server, queue, logs, Vite) with a single command:

```
composer run dev
```

This runs concurrently:

- `php artisan serve` — Laravel development server
- `php artisan queue:listen` — Queue worker
- `php artisan pail` — Real-time log viewer
- `npm run dev` — Vite HMR

Tech Stack
----------

[](#tech-stack)

LayerTechnologyFrameworkLaravel 12FrontendTailwind CSS v4, Flowbite 4ComponentsFlowbite Blade, Blade IconsReactivityLivewire 4, Alpine.jsAuthenticationLaravel FortifyBundlerVite 7TestingPest 4LintingLaravel PintProject Structure
-----------------

[](#project-structure)

```
app/
├── Actions/Fortify/          # User creation & password reset
├── Concerns/                 # Validation rule traits
├── Livewire/Actions/         # Logout action
├── Models/                   # User model with 2FA support
└── Providers/                # App & Fortify service providers

resources/views/
├── components/               # Local Blade components (logo, auth header, etc.)
├── layouts/
│   ├── app.blade.php         # Admin layout (x-fwb.layouts.admin)
│   └── auth.blade.php        # Auth layout (x-fwb.layouts.auth)
├── pages/
│   ├── auth/                 # Verify email, 2FA challenge, confirm password
│   └── settings/             # Livewire settings pages (profile, password, 2FA, appearance)
├── dashboard.blade.php       # Admin dashboard
├── demo.blade.php            # Application UI blocks demo
└── welcome.blade.php         # Marketing landing page

```

Available Routes
----------------

[](#available-routes)

RouteDescription`/`Marketing landing page`/login`Login (Fortify)`/register`Registration (Fortify)`/dashboard`Admin dashboard (auth)`/demo`Application UI demo (auth)`/settings/profile`Profile settings (Livewire)`/settings/password`Password settings (Livewire)`/settings/appearance`Dark mode settings (Livewire)`/settings/two-factor`Two-factor authentication (Livewire)Testing
-------

[](#testing)

```
# Run all tests with linting
composer run test

# Run tests only
php artisan test

# Run a specific test
php artisan test --filter=ExampleTest
```

Linting
-------

[](#linting)

```
# Fix code style
composer run lint

# Check code style without fixing
composer run test:lint
```

License
-------

[](#license)

MIT

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance85

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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

Every ~0 days

Total

3

Last Release

76d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/19ce7305c373d4ab9f6633a2d2ddb3693ae27a1fdd2897244a6e3e4c9760d581?d=identicon)[DomThomas-Dev](/maintainers/DomThomas-Dev)

---

Top Contributors

[![domthomas-dev](https://avatars.githubusercontent.com/u/17202290?v=4)](https://github.com/domthomas-dev "domthomas-dev (13 commits)")

---

Tags

laravelstarter-kitflowbite

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/themesberg-flowbite-laravel-starter-kit/health.svg)

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

###  Alternatives

[raugadh/fila-starter

Laravel Filament Starter.

614.9k](/packages/raugadh-fila-starter)

PHPackages © 2026

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