finds.dev← search

// the find

LaravelDaily/quickadmin

★ 605 · CSS · MIT · updated Dec 2019

Quick adminpanel builder package for Laravel 5

A Laravel 5 package that generates admin panel CRUD scaffolding — controllers, models, migrations, and views — from a web UI. The maintainers themselves say it's abandoned and won't work with current Laravel versions. This is a historical artifact at this point.

The code generation approach is solid for its era: separate Builder classes per artifact type (ControllerBuilder, MigrationBuilder, ViewsBuilder) rather than one monolithic generator. Field type coverage is decent — checkbox, date, datetime, enum, file, photo, relationship, money all have dedicated templates. Role/permission middleware is baked in from the start rather than bolted on. Six language translations shipped out of the box.

Abandoned since 2019 and explicitly incompatible with modern Laravel — the README says so in the first line. Requires a fresh Laravel install, which means zero adoption path for existing projects. The 'generated code lives in your repo' approach means any bug in the generator that ships bad code is now your problem to find and fix manually. No tests visible anywhere in the tree.

View on GitHub →

// want more like this?

We dig through GitHub every week and send a few repos picked for what you actually care about — each with an honest take like this one.

Get finds in your inbox → Search again →