savannabits / web-generator
Laravel 7 CRUD generator for savannabits/craftable
Installs: 27
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:HTML
Requires
- php: ^7.2.5
- doctrine/dbal: ^2.6.0
- illuminate/console: ^6.0|^7.0
- illuminate/support: ^6.0|^7.0
- laravel/helpers: ~1.0
Requires (Dev)
- mockery/mockery: ^1.0
- orchestra/testbench: ~4.0
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2024-10-15 15:56:15 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:
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.