1 repositorio
Generates administrative UI components specifically by analyzing database table schemas.
Distinct from Admin Panel Generators: Focuses on using the database schema as the primary source for UI generation, whereas Admin Panel Generators can use general data models.
Explore 1 awesome GitHub repository matching web development · Database-Driven Generation. Refine with filters or upvote what's useful.
dcat-admin is a Laravel admin panel framework used to rapidly build data-driven administration interfaces. It functions as a CRUD generator and backend scaffolding tool that automatically produces create, read, update, and delete interfaces based on database table schemas. The system distinguishes itself through a plugin-based extension architecture and the ability to run multiple independent administrative instances within a single installation. It provides specialized tools for mapping external APIs to forms and tables, as well as an event-driven form lifecycle for executing custom logic du
Generates data tables, forms, and detail pages automatically based on existing database table schemas.