Symfony 3.4의 새로운 기능: SymfonyMakerBundle 소개
심포니 메이커 번들
Symfony 3.4부터 SensioGeneratorBundle 대신 심포니 메이커 번들이 등장했습니다.
이 번들은 Commands, Controllers, Form, Test 등등 기능의 작성을 보조해 줍니다. 자세한 내용은 문서에서 확인하십시오
Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.
$ php bin/console list make
make:command Creates a new console command class
make:controller Creates a new controller class
make:entity Creates a new Doctrine entity class
[...]
make:validator Creates a new validator and constraint class
make:voter Creates a new security voter class
또 이 번들을 이용해 오리지날의 Maker 를 작성할 수도 있는 것 같네요! 구현이 끝난 코드가 아래에 있으므로 여기를 참고로 활용해 나가면 좋을지도 모릅니다.
간단하지만 이상입니다. Command로 효율화를 도모하는 것을 좋아하기 때문에, 설계나 구현을 보고 여러가지 배우고 싶습니다
그럼
Reference
이 문제에 관하여(Symfony 3.4의 새로운 기능: SymfonyMakerBundle 소개), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/kseta/items/42963009a330c6c10067텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)