Home>
Tell me, is it possible in symfony, when creating a controller via bin/console make..., to disable auto-generation of the twig template?
-
Answer # 1
-
Answer # 2
bin/console make:controller --help
You can also generate the controller alone, without template with this option:
php bin/console make:controller --no-template
Trends
- python - you may need to restart the kernel to use updated packages error
- php - coincheck api authentication doesn't work
- php - i would like to introduce the coincheck api so that i can make payments with bitcoin on my ec site
- [php] i want to get account information using coincheck api
- the emulator process for avd pixel_2_api_29 was killed occurred when the android studio emulator was started, so i would like to
- javascript - how to check if an element exists in puppeteer
- dart - flutter: the instance member'stars' can't be accessed in an initializer error
- sh - 'apt-get' is not recognized as an internal or external command, operable program or batch file
- i want to call a child component method from a parent in vuejs
- python 3x - typeerror: 'method' object is not subscriptable
bin/console make:controller --help