Symfony 3.4의 새로운 기능: SymfonyMakerBundle 소개

2178 단어 심포니PHP
Symfony Advent Calendar  의 22일째의 투고입니다. 아직 비어 있었기 때문에 사쿠토 SymfonyMakerBundle의 소개입니다.

심포니 메이커 번들



Symfony 3.4부터 SensioGeneratorBundle 대신 심포니 메이커 번들이 등장했습니다.

이 번들은 Commands, Controllers, Form, Test 등등 기능의 작성을 보조해 줍니다. 자세한 내용은 문서에서 확인하십시오
  • The Symfony MakerBundle (Symfony Bundles Docs)

  • 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 를 작성할 수도 있는 것 같네요! 구현이 끝난 코드가 아래에 있으므로 여기를 참고로 활용해 나가면 좋을지도 모릅니다.
  • htps : // 기주 b. 코 m / sym fu ny / 마케 r 분 d ぇ / t ree /

  • 간단하지만 이상입니다. Command로 효율화를 도모하는 것을 좋아하기 때문에, 설계나 구현을 보고 여러가지 배우고 싶습니다

    그럼

    좋은 웹페이지 즐겨찾기