savannabits / admin-generator
Laravel 7 CRUD generator for savannabits/craftable
Installs: 36
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:HTML
Type:project
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 16:52:18 UTC
README
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 savannabits/admin-ui
.
Example of an administration interface generated with this package:
This packages is part of Craftable (savannabits/craftable
) - an administration starter kit for Laravel 5. 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.