core icon indicating copy to clipboard operation
core copied to clipboard

make:controller command creates the templates in the vendor folder

Open severin-bruhat opened this issue 3 years ago • 7 comments

Hi,

Details

Relevant Bolt Version | 4.1.9 Install type | Composer install BC Break | yes/no ??? PHP version | 7.3 Web server | built in

Reproduction

Run bin/console make:controller and create a controller

Actual result

created: src/Controller/CarController.php
created: vendor/bolt/core/templates/car/index.html.twig

I was not expecting my template to go into the vendor folder. Is this normal?

Thank you

severin-bruhat avatar Dec 21 '20 22:12 severin-bruhat