PHPackages                             dejwcake/admin-ui - 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. [Templating &amp; Views](/categories/templating)
4. /
5. dejwcake/admin-ui

ActiveLibrary[Templating &amp; Views](/categories/templating)

dejwcake/admin-ui
=================

Administration user interface template

2.0.1(1mo ago)01.0k↓41.7%3MITPHPPHP ^8.5CI passing

Since May 7Pushed 1w agoCompare

[ Source](https://github.com/dejwCake/admin-ui)[ Packagist](https://packagist.org/packages/dejwcake/admin-ui)[ RSS](/packages/dejwcake-admin-ui/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (10)Dependencies (24)Versions (13)Used By (3)

Admin UI
========

[](#admin-ui)

Admin UI is an administration template for Laravel 13. It provides a ready-to-use admin layout and a set of basic UI elements to quickly build administration areas such as CMSs, e-shops, and back-office panels.

Here’s an example of an administration interface built with this package: [![Craftable administration area example](https://camo.githubusercontent.com/6bdb2494c9200b9ee0596222627f6c001106db5ec6ecbf53f953718c3d41d51e/68747470733a2f2f646f63732e676574637261667461626c652e636f6d2f6173736574732f706f7374732d637275642e706e67 "Craftable administration area example")](https://camo.githubusercontent.com/6bdb2494c9200b9ee0596222627f6c001106db5ec6ecbf53f953718c3d41d51e/68747470733a2f2f646f63732e676574637261667461626c652e636f6d2f6173736574732f706f7374732d637275642e706e67)

This package is part of [Craftable](https://github.com/dejwCake/craftable) (`dejwCake/craftable`), an administration starter kit for Laravel 13, forked from [Craftable](https://github.com/BRACKETS-by-TRIAD/craftable) (`brackets/craftable`).

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

[](#documentation)

You can find the full documentation at

Issues
------

[](#issues)

Where do I report issues? If something is not working as expected, please open an issue in the main repository .

How to develop this project
---------------------------

[](#how-to-develop-this-project)

### Composer

[](#composer)

Update dependencies:

```
docker compose run -it --rm test composer update
```

Composer normalization:

```
docker compose run -it --rm php-qa composer normalize
```

### Run tests

[](#run-tests)

Run tests with pcov:

```
docker compose run -it --rm test ./vendor/bin/phpunit -d pcov.enabled=1
```

To regenerate snapshots use:

```
docker compose run -it --rm test ./vendor/bin/phpunit -d pcov.enabled=1 -d --update-snapshots
```

To switch between postgresql and mariadb change in `docker-compose.yml` DB\_CONNECTION environmental variable:

```
- DB_CONNECTION: pgsql
+ DB_CONNECTION: mysql

```

### Run code analysis tools (php-qa)

[](#run-code-analysis-tools-php-qa)

PHP compatibility:

```
docker compose run -it --rm php-qa phpcs --standard=.phpcs.compatibility.xml --cache=.phpcs.cache
```

Code style:

```
docker compose run -it --rm php-qa phpcs -s --colors --extensions=php
```

Fix style issues:

```
docker compose run -it --rm php-qa phpcbf -s --colors --extensions=php
```

Static analysis (phpstan):

```
docker compose run -it --rm php-qa phpstan analyse --configuration=phpstan.neon
```

Mess detector (phpmd):

```
docker compose run -it --rm php-qa phpmd ./config,./database,./install-stubs,./lang,./resources,./routes,./src,./tests ansi phpmd.xml --suffixes php --baseline-file phpmd.baseline.xml
```

###  Health Score

53

—

FairBetter than 96% of packages

Maintenance96

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~111 days

Recently: every ~32 days

Total

11

Last Release

30d ago

Major Versions

0.9.1 → 1.0.02025-02-24

v1.x-dev → 2.0.02026-05-03

PHP version history (3 changes)0.9.0PHP ^8.1

1.0.0PHP ^8.2

2.0.0PHP ^8.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/7587c47435caa968be9a652630c6c0c91abacb43dfa001b02cbe5b892672cd7e?d=identicon)[dejwCake](/maintainers/dejwCake)

---

Top Contributors

[![palypster](https://avatars.githubusercontent.com/u/2362237?v=4)](https://github.com/palypster "palypster (125 commits)")[![dejwCake](https://avatars.githubusercontent.com/u/22255647?v=4)](https://github.com/dejwCake "dejwCake (57 commits)")[![matejminar](https://avatars.githubusercontent.com/u/9060071?v=4)](https://github.com/matejminar "matejminar (50 commits)")[![kratochvilam](https://avatars.githubusercontent.com/u/7222373?v=4)](https://github.com/kratochvilam "kratochvilam (43 commits)")[![RichardDominik](https://avatars.githubusercontent.com/u/13850339?v=4)](https://github.com/RichardDominik "RichardDominik (29 commits)")[![strstensky](https://avatars.githubusercontent.com/u/39539367?v=4)](https://github.com/strstensky "strstensky (10 commits)")[![subalee](https://avatars.githubusercontent.com/u/4430384?v=4)](https://github.com/subalee "subalee (9 commits)")[![mucskaati](https://avatars.githubusercontent.com/u/18575954?v=4)](https://github.com/mucskaati "mucskaati (4 commits)")[![stanleyvarga](https://avatars.githubusercontent.com/u/18622827?v=4)](https://github.com/stanleyvarga "stanleyvarga (2 commits)")[![httpoz](https://avatars.githubusercontent.com/u/6069839?v=4)](https://github.com/httpoz "httpoz (1 commits)")

---

Tags

laraveltemplatecmsadminadministrationadmin-ui

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

### Embed Badge

![Health badge](/badges/dejwcake-admin-ui/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[brackets/admin-ui

Administration user interface template

29262.2k3](/packages/brackets-admin-ui)[moonshine/moonshine

Laravel administration panel

1.3k239.9k75](/packages/moonshine-moonshine)[sebastienheyd/boilerplate

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

29419.5k3](/packages/sebastienheyd-boilerplate)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[hasinhayder/tyro-dashboard

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

5452.7k](/packages/hasinhayder-tyro-dashboard)

PHPackages © 2026

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