Laravel 8 – 10
PHP 7.2+
No commit activity in last 2 years
No release in over 2 years
Laravel 8 CRUD generator for brackets/craftable
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~6.0|~7.0|^8.0
mockery/mockery
^1.0
phpunit/phpunit
^9.0

Runtime

^8.0|^9.0|^10.0
^8.0|^9.0|^10.0
doctrine/dbal
^2.6.0|^3.5
 Project Readme

Admin Generator

Admin Generator is a package that helps you quickly scaffold your typical CRUD admin interfaces. It generates the code based on the existing (migrated) table in the database. It uses an admin UI template from our other package brackets/admin-ui.

Example of an administration interface generated with this package: Craftable administration area example

This packages is part of Craftable (brackets/craftable) - an administration starter kit for Laravel 8. You should definitely have a look :)

Documentation

You can find full documentation at https://docs.getcraftable.com/#/admin-generator

Issues

Where do I report issues? If something is not working as expected, please open an issue in the main repository https://github.com/BRACKETS-by-TRIAD/craftable.