Outils pour utilisateurs

Outils du site


symfony_4:outils:le_bundle_maker

Ceci est une ancienne révision du document !


*Maker bundle* Installation grâce à la ligne de commande suivante si necesaire :

composer require symfony/maker-bundle --dev

Available commands for the “make” namespace:

  make:auth                   Creates a Guard authenticator of different flavors
  make:command                Creates a new console command class
  make:controller             Creates a new controller class
  make:crud                   Creates CRUD for Doctrine entity class
  make:entity                 Creates or updates a Doctrine entity class
  make:fixtures               Creates a new class to load Doctrine fixtures
  make:form                   Creates a new form class
  make:functional-test        Creates a new functional test class
  make:migration              Creates a new migration based on database changes
  make:registration-form      Creates a new registration form system
  make:serializer:encoder     Creates a new serializer encoder class
  make:serializer:normalizer  Creates a new serializer normalizer class
  make:subscriber             Creates a new event subscriber class
  make:twig-extension         Creates a new Twig extension class
  make:unit-test              Creates a new unit test class
  make:user                   Creates a new security user class
  make:validator              Creates a new validator and constraint class
  make:voter                  Creates a new security voter class
symfony_4/outils/le_bundle_maker.1586428211.txt.gz · Dernière modification: 2020/04/09 12:30 de admin