koff / crud-maker-bundle
This package is abandoned and no longer maintained.
The author suggests using the symfony/maker-bundle package instead.
This bundle is extension to `symfony/maker-bundle`. It allows you to create simple crud with just one command.
Package info
github.com/sadikoff/crud-maker-bundle
Type:symfony-bundle
pkg:composer/koff/crud-maker-bundle
v1.1
2018-03-14 07:48 UTC
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-bundlev1.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.