Laravel 7 CRUD generator for savannabits/craftable
savannabits/web-generator is a Laravel package for laravel 7 crud generator for savannabits/craftable.
It currently has 0 GitHub stars and 31 downloads on Packagist (latest version v7.0.0).
Install it with composer require savannabits/web-generator.
Discover more Laravel packages by savannabits
or browse all Laravel packages to compare alternatives.
Last updated
Web 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 savannabits/admin-ui.
This is inspired by the brackets/admin-generator package whose documentation can be found below:
Example of an administration interface generated with this package:

This packages is part of Craftable (savannabits/craftable) - an administration starter kit for Laravel 7. You should definitely have a look :)
You can find full documentation at https://docs.getcraftable.com/#/admin-generator
Where do I report issues? If something is not working as expected, please open an issue in the main repository https://github.com/savannabits/craftable.