Bundle is frozen and soon will be abandoned. Use
symfony/maker-bundle
v1.2 or higher!
This bundle is extension to symfony/maker-bundle
. It allows you to create simple crud with just one command.
- Symfony flex with Symfony 3.4|4.0
- symfony/maker-bundle
composer req koff/crud-maker-bundle
No additional configuration needed
bin\console make:crud <Entity name>
or with iteraction
bin\console make:crud
Entity must exist before command use
This package is available under the MIT license.