PHPackages                             dcblogdev/laravel-admintw - 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. dcblogdev/laravel-admintw

ActiveProject[Framework](/categories/framework)

dcblogdev/laravel-admintw
=========================

The Laravel Framework.

v6.0.3(1y ago)2803.0k52[2 issues](https://github.com/dcblogdev/laravel-admintw/issues)MITPHPPHP ^8.2CI passing

Since May 29Pushed 11mo ago8 watchersCompare

[ Source](https://github.com/dcblogdev/laravel-admintw)[ Packagist](https://packagist.org/packages/dcblogdev/laravel-admintw)[ GitHub Sponsors](https://github.com/dcblogdev)[ RSS](/packages/dcblogdev-laravel-admintw/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (21)Versions (36)Used By (0)

Laravel AdminTW
---------------

[](#laravel-admintw)

> **Note:** From version 5 AdminTW is a complete project rather than a package. If you are looking for the package version, please use version 4.

Laravel AdminTW is a **Laravel Livewire Starter Kit** and a **TALL stack admin theme**, designed for rapid development and ease of use.

[![AdminTW](https://raw.githubusercontent.com/dcblogdev/laravel-admintw/refs/heads/main/public/images/admintw-light.png)](https://raw.githubusercontent.com/dcblogdev/laravel-admintw/refs/heads/main/public/images/admintw-light.png)[![AdminTW](https://raw.githubusercontent.com/dcblogdev/laravel-admintw/refs/heads/main/public/images/admintw-dark.png)](https://raw.githubusercontent.com/dcblogdev/laravel-admintw/refs/heads/main/public/images/admintw-dark.png)

AdminTW is built on top of **Laravel, Livewire, and Tailwind CSS**, offering a modern and efficient admin dashboard.

### **Features**

[](#features)

- **Two-Factor Authentication (2FA)**
- **Audit Trails**
- **System Settings**
- **Multiple Users Support**
- **Roles and Permissions Management**
- **Comprehensive Test Suite (Pest PHP)**
- **Light &amp; Dark Mode Support** (based on user OS settings)
- **Tests**

**Installation**
----------------

[](#installation)

### **Using Laravel Installer (Recommended from Laravel Installer version 5.14)**

[](#using-laravel-installer-recommended-from-laravel-installer-version-514)

If you have Laravel Installer **5.14 or later**, you can quickly set up AdminTW with:

```
laravel new my-project --using=dcblogdev/laravel-admintw
```

### **Manual Installation**

[](#manual-installation)

1. Clone the repository

```
git clone git@github.com:dcblogdev/laravel-admintw.git my-project
```

Open the project folder

```
cd my-project
```

Copy the `.env.example` file to `.env`:

```
cp .env.example .env
```

Set database and emails settings inside `.env`

Install PHP Dependencies

```
composer install
```

Install JavaScript Dependencies &amp; Build Assets

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

Generate Application Key

```
php artisan key:generate
```

Create Storage Symlink

```
php artisan storage:link
```

Run Database Migrations &amp; Seed Data

```
php artisan migrate --seed
```

Start the Development Server

```
php artisan serve
```

Laravel AdminTW supports both light and dark mode based on the users OS.

Provided are blade and Laravel Livewire components for common layout / UI elements and a complete test suite (Pest PHP).

Documentation
-------------

[](#documentation)

Complete docs at [laraveladmintw.com](https://laraveladmintw.com)

Community
---------

[](#community)

There is a Discord community.  For quick help, ask questions in the appropriate channel.

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

[](#contributing)

Contributions are welcome and will be fully credited.

Pull Requests
-------------

[](#pull-requests)

- **Document any change in behaviour** - Make sure the `readme.md` and any other relevant documentation are kept up-to-date.
- **One pull request per feature** - If you want to do more than one thing, send multiple pull requests.

Security
--------

[](#security)

If you discover any security related issues, please email  email instead of using the issue tracker.

License
-------

[](#license)

Laravel AdminTW is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

50

—

FairBetter than 95% of packages

Maintenance50

Moderate activity, may be stable

Popularity38

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 95.6% 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 ~43 days

Recently: every ~13 days

Total

34

Last Release

366d ago

Major Versions

v1.0.9 → v2.0.02022-06-07

v2.1.2 → v3.0.02023-03-05

v3.0.4 → v4.0.02023-08-25

v4.x-dev → v5.0.02025-03-14

v5.0.0 → v6.0.02025-03-19

PHP version history (4 changes)v1.0.0PHP ^7.4|^8.0

v1.0.3PHP ^8.0

v3.0.0PHP ^8.1

v5.0.0PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/39399156?v=4)[dcblog](/maintainers/dcblog)[@dcblog](https://github.com/dcblog)

---

Top Contributors

[![dcblogdev](https://avatars.githubusercontent.com/u/1018170?v=4)](https://github.com/dcblogdev "dcblogdev (285 commits)")[![moradchalaby](https://avatars.githubusercontent.com/u/49117869?v=4)](https://github.com/moradchalaby "moradchalaby (5 commits)")[![juanmanavarro](https://avatars.githubusercontent.com/u/1380040?v=4)](https://github.com/juanmanavarro "juanmanavarro (4 commits)")[![EnriqueRBT](https://avatars.githubusercontent.com/u/18458071?v=4)](https://github.com/EnriqueRBT "EnriqueRBT (3 commits)")[![vdvcoder](https://avatars.githubusercontent.com/u/13916116?v=4)](https://github.com/vdvcoder "vdvcoder (1 commits)")

---

Tags

adminadmin-dashboardadmin-panelalpinejslaravellaravel-livewiretailwindcsstallthemeframeworklaravel

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/dcblogdev-laravel-admintw/health.svg)

```
[![Health](https://phpackages.com/badges/dcblogdev-laravel-admintw/health.svg)](https://phpackages.com/packages/dcblogdev-laravel-admintw)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

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

PHPackages © 2026

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