koff / crud-maker-bundle
This bundle is extension to `symfony/maker-bundle`. It allows you to create simple crud with just one command.
Installs: 1 616
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 4
Open Issues: 1
Type:symfony-bundle
Requires
- php: ^7.0.8
- symfony/config: ^3.4|^4.0
- symfony/console: ^3.4|^4.0
- symfony/dependency-injection: ^3.4|^4.0
- symfony/http-kernel: ^3.4|^4.0
- symfony/maker-bundle: <1.2
Requires (Dev)
- doctrine/orm: ^2.5.11
- friendsofphp/php-cs-fixer: ^2.8
- symfony/phpunit-bridge: ^3.4|^4.0
README
Bundle is frozen and soon will be abandoned. Use
symfony/maker-bundle
v1.2 or higher!
koff/crud-maker-bundle
This bundle is extension to symfony/maker-bundle
. It allows you to create simple crud with just one command.
Requirements
- Symfony flex with Symfony 3.4|4.0
- symfony/maker-bundle
Installation
composer req koff/crud-maker-bundle
Configuration
No additional configuration needed
Usage
bin\console make:crud <Entity name>
or with iteraction
bin\console make:crud
Entity must exist before command use
License
This package is available under the MIT license.