[Solved] AppBundle symfony 4

in SF4, The main application component is named ‘App’ by default and is not a bundle. You have to manually create a dummy bundle under src\ directory in order to use old doctrine:command related to bundle. see how to manually create a bundle here After that, you can import/generate mappings/entities using doctrine:commands and use them … Read more