dejwcake / admin-generator
Laravel 8 CRUD generator for dejwcake/craftable
Installs: 124
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 37
Language:Blade
Type:project
Requires
- php: ^8.1
- doctrine/dbal: ^3.6
- illuminate/console: ^10.0
- illuminate/support: ^10.0
- laravel/helpers: ~1.6
Requires (Dev)
- mockery/mockery: ^1.0
- orchestra/testbench: ~8.5
- phpunit/phpunit: ^10.1
This package is auto-updated.
Last update: 2024-10-19 01:06:17 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 brackets/admin-ui
.
Example of an administration interface generated with this package:
This packages is part of 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
Run tests
To run tests use this docker environment.
docker-compose run -it test vendor/bin/phpunit
To switch between postgresql and mariadb change in docker-compose.yml
DB_CONNECTION environmental variable:
- DB_CONNECTION: pgsql
+ DB_CONNECTION: mysql
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.