You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello one question. How to override the skeleton of PetkoparaCrudGeneratorBundle in Symfony 3. I write the app / Resources / SensioGeneratorBundle / skeleton structure and redefine the controller.php.twig and then when I run the php bin / console command petkopara: generate: crud does not generate the controller with The new definitions. Is this possible to do.
The text was updated successfully, but these errors were encountered:
In order to overwrite controller.php.twig you need to create - app/Resources/PetkoparaCrudGeneratorBundle/skeleton/crud/controller.php.twig
in you project.
Hello one question. How to override the skeleton of PetkoparaCrudGeneratorBundle in Symfony 3. I write the app / Resources / SensioGeneratorBundle / skeleton structure and redefine the controller.php.twig and then when I run the php bin / console command petkopara: generate: crud does not generate the controller with The new definitions. Is this possible to do.
The text was updated successfully, but these errors were encountered: