PHPackages                             dejwcake/admin-generator - 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. dejwcake/admin-generator

ActiveProject[Admin Panels](/categories/admin)

dejwcake/admin-generator
========================

Laravel CRUD generator for dejwcake/craftable

1.1.1(2mo ago)0308MITPHPPHP ^8.2

Since May 7Pushed 1mo agoCompare

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

READMEChangelog (7)Dependencies (8)Versions (11)Used By (0)

Admin Generator
===============

[](#admin-generator)

Admin Generator is a Laravel package that quickly scaffolds full CRUD administration for your existing, migrated database tables. It generates controllers, form requests, models, views, routes, and translations so you can get a production-ready admin interface in minutes instead of wiring everything by hand.

It builds on the admin UI template from our `dejwCake/admin-ui` package and is shipped as part of the Craftable ecosystem, making it a good fit for new and existing Craftable-based projects.

Example of an administration interface generated 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 12, forked from [Craftable](https://github.com/BRACKETS-by-TRIAD/craftable) (`brackets/craftable`).

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

[](#documentation)

You can find 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 ./src,./tests ansi phpmd.xml --suffixes php --baseline-file phpmd.baseline.xml
```

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance95

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity63

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

Recently: every ~84 days

Total

9

Last Release

85d ago

Major Versions

0.9.0 → 1.0.02025-02-24

PHP version history (2 changes)v0.9.x-devPHP ^8.1

1.0.0PHP ^8.2

### 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 (144 commits)")[![dejwCake](https://avatars.githubusercontent.com/u/22255647?v=4)](https://github.com/dejwCake "dejwCake (98 commits)")[![RichardDominik](https://avatars.githubusercontent.com/u/13850339?v=4)](https://github.com/RichardDominik "RichardDominik (86 commits)")[![matejminar](https://avatars.githubusercontent.com/u/9060071?v=4)](https://github.com/matejminar "matejminar (24 commits)")[![subalee](https://avatars.githubusercontent.com/u/4430384?v=4)](https://github.com/subalee "subalee (6 commits)")[![strstensky](https://avatars.githubusercontent.com/u/39539367?v=4)](https://github.com/strstensky "strstensky (3 commits)")[![jeff-99](https://avatars.githubusercontent.com/u/3385333?v=4)](https://github.com/jeff-99 "jeff-99 (3 commits)")[![DrzikFilip](https://avatars.githubusercontent.com/u/45689662?v=4)](https://github.com/DrzikFilip "DrzikFilip (3 commits)")[![mucskaati](https://avatars.githubusercontent.com/u/18575954?v=4)](https://github.com/mucskaati "mucskaati (3 commits)")[![WayneBrummer](https://avatars.githubusercontent.com/u/4981767?v=4)](https://github.com/WayneBrummer "WayneBrummer (1 commits)")[![eblount](https://avatars.githubusercontent.com/u/1424719?v=4)](https://github.com/eblount "eblount (1 commits)")[![jeanremy](https://avatars.githubusercontent.com/u/3785695?v=4)](https://github.com/jeanremy "jeanremy (1 commits)")[![odlex](https://avatars.githubusercontent.com/u/2226504?v=4)](https://github.com/odlex "odlex (1 commits)")[![odziomkova-brackets](https://avatars.githubusercontent.com/u/73235963?v=4)](https://github.com/odziomkova-brackets "odziomkova-brackets (1 commits)")[![sdudasko](https://avatars.githubusercontent.com/u/44343569?v=4)](https://github.com/sdudasko "sdudasko (1 commits)")[![timoransky](https://avatars.githubusercontent.com/u/15653065?v=4)](https://github.com/timoransky "timoransky (1 commits)")[![branikclimbs](https://avatars.githubusercontent.com/u/10597602?v=4)](https://github.com/branikclimbs "branikclimbs (1 commits)")

---

Tags

laravelgeneratorcmscrudadminmakecraftable

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

### Embed Badge

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

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

###  Alternatives

[brackets/admin-generator

Laravel 8 CRUD generator for brackets/craftable

50190.9k](/packages/brackets-admin-generator)[serverfireteam/panel

Admin panel for Laravel applications

42532.2k2](/packages/serverfireteam-panel)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1714.8k8](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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