A bundle to generate basic functional symfony code
composer install nasetech/coderight-bundle
- Create Bundle curl -I http://127.0.0.1:8000/bundle?bundle=CodeRightBundle
- Generate Metadata curl -I http://127.0.0.1:8000/metadata?className=CodeRightBundle\Entity\Example
- Create Controller curl -I http://127.0.0.1:8000/controller?bundle=CodeRightBundle&className=CodeRightBundle\Entity\Example
- Create Service curl -I http://127.0.0.1:8000/service?bundle=CodeRightBundle&className=CodeRightBundle\Entity\Example
- Create repository curl -I http://127.0.0.1:8000/repository?bundle=CodeRightBundle&className=CodeRightBundle\Entity\Example