Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brackets-by-triad/admin-generator
Laravel CRUD generator - quickly scaffold your typical admin interface.
https://github.com/brackets-by-triad/admin-generator
Last synced: about 1 month ago
JSON representation
Laravel CRUD generator - quickly scaffold your typical admin interface.
- Host: GitHub
- URL: https://github.com/brackets-by-triad/admin-generator
- Owner: BRACKETS-by-TRIAD
- Created: 2017-09-06T12:10:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T17:09:57.000Z (10 months ago)
- Last Synced: 2024-06-18T21:51:24.599Z (6 months ago)
- Language: Blade
- Homepage: https://docs.brackets.sk/#/admin-generator
- Size: 517 KB
- Stars: 48
- Watchers: 2
- Forks: 37
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this 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](https://docs.getcraftable.com/assets/posts-crud.png "Craftable administration area example")This packages is part of [Craftable](https://github.com/BRACKETS-by-TRIAD/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.