PHPackages                             grebo87/flowbite-admin - 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. [Admin Panels](/categories/admin)
4. /
5. grebo87/flowbite-admin

ActiveLibrary[Admin Panels](/categories/admin)

grebo87/flowbite-admin
======================

Flowbite Admin Theme for Laravel

v1.0.0(4mo ago)05MITBladePHP ^8.2

Since Feb 8Pushed 4mo agoCompare

[ Source](https://github.com/grebo87/flowbite-admin)[ Packagist](https://packagist.org/packages/grebo87/flowbite-admin)[ RSS](/packages/grebo87-flowbite-admin/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (3)Versions (2)Used By (0)

Flowbite Admin for Laravel
==========================

[](#flowbite-admin-for-laravel)

[![PHP Version](https://camo.githubusercontent.com/0fb678998ac80078a936310e148b2d580cbe08f95e44d1fec99f85e5a5eafda5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f677265626f38372f666c6f77626974652d61646d696e)](https://packagist.org/packages/grebo87/flowbite-admin)[![Laravel Version](https://camo.githubusercontent.com/7dca8b1cdf581438021b806542ff584f485c97d2afe671c0cf4c3f851b370817/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d31302e7825323025374325323031312e7825323025374325323031322e782d726564)](https://laravel.com)[![License](https://camo.githubusercontent.com/22659efb756b53e38382ea3c8704cea03b66b3edae858ea6b366ed028f6e4eb2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f677265626f38372f666c6f77626974652d61646d696e)](LICENSE)

A beautiful admin dashboard theme for Laravel using [Flowbite](https://flowbite.com/) components and Tailwind CSS.

Features
--------

[](#features)

- 🎨 **Modern UI** - Clean and professional admin interface
- 🌙 **Dark Mode** - Built-in dark mode support with toggle
- 📱 **Responsive** - Mobile-friendly sidebar and navigation
- 🧩 **Components** - Ready-to-use Blade components (cards, tables, forms, charts)
- ⚡ **Easy Setup** - One command installation

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

[](#requirements)

- PHP 8.2+
- Laravel 10.x, 11.x or 12.x
- Node.js &amp; NPM

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

[](#installation)

### Step 1: Install the package

[](#step-1-install-the-package)

```
composer require grebo87/flowbite-admin
```

### Step 2: Run the installer

[](#step-2-run-the-installer)

```
php artisan flowbite-admin:install
```

This command will:

- Add Flowbite dependencies to `package.json`
- Configure `tailwind.config.js`
- Update `app.css` and `app.js`

### Step 3: Build assets

[](#step-3-build-assets)

```
npm install && npm run build
```

Usage
-----

[](#usage)

### Using the Layout

[](#using-the-layout)

Extend the admin layout in your Blade views:

```
@extends('flowbite-admin::layouts.app')

@section('content')
    Dashboard

@endsection
```

### Available Components

[](#available-components)

#### Card

[](#card)

```

    Your card content here

```

#### Table

[](#table)

```

    @foreach($users as $user)

            {{ $user->name }}
            {{ $user->email }}
            {{ $user->role }}

    @endforeach

```

#### Form Components

[](#form-components)

```

    Save

```

#### Chart (ApexCharts)

[](#chart-apexcharts)

```

```

Customization
-------------

[](#customization)

### Publishing Assets

[](#publishing-assets)

Publish the views to customize them:

```
php artisan vendor:publish --tag=flowbite-admin-views
```

Publish the configuration:

```
php artisan vendor:publish --tag=flowbite-admin-config
```

### Configuration Options

[](#configuration-options)

After publishing, edit `config/flowbite-admin.php`:

```
return [
    'app_name' => 'My Admin Panel',
    'logo' => '/images/logo.svg',

    'sidebar' => [
        ['label' => 'Dashboard', 'route' => 'dashboard', 'icon' => 'chart-pie'],
        ['label' => 'Users', 'route' => 'users.index', 'icon' => 'users'],
    ],
];
```

Stacks
------

[](#stacks)

The layout provides these Blade stacks for adding custom assets:

```
@push('styles')

@endpush

@push('scripts')

@endpush
```

Testing
-------

[](#testing)

```
composer test
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

Author
------

[](#author)

- **grebo87** -

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance74

Regular maintenance activity

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

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

Unknown

Total

1

Last Release

146d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10710159?v=4)[Boada Gregorio](/maintainers/grebo87)[@grebo87](https://github.com/grebo87)

---

Top Contributors

[![grebo87](https://avatars.githubusercontent.com/u/10710159?v=4)](https://github.com/grebo87 "grebo87 (1 commits)")

---

Tags

laraveldashboardadmintailwindcssflowbite

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/grebo87-flowbite-admin/health.svg)

```
[![Health](https://phpackages.com/badges/grebo87-flowbite-admin/health.svg)](https://phpackages.com/packages/grebo87-flowbite-admin)
```

###  Alternatives

[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)[sebastienheyd/boilerplate

Laravel Boilerplate based on AdminLTE 3 with blade components, user management, roles, permissions, logs viewer, ...

29420.2k3](/packages/sebastienheyd-boilerplate)[hasinhayder/tyro-dashboard

Tyro Dashboard - Beautiful admin dashboard for managing Tyro roles, privileges, users, and settings

5443.8k](/packages/hasinhayder-tyro-dashboard)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.9k26](/packages/slowlyo-owl-admin)

PHPackages © 2026

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