savannabits/web-generator

Laravel 7 CRUD generator for savannabits/craftable

v7.0.0 2020-05-15 06:24 UTC

This package is auto-updated.

Last update: 2024-04-15 14:57:17 UTC


README

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: Craftable administration area example

This packages is part of Craftable (savannabits/craftable) - an administration starter kit for Laravel 7. 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/savannabits/craftable.