Hey all please i need help with symfony 3 bundles after i deleted a bundle called 'HomeBundle' from AppKernel.php and routing.yml i get an error msg in my cmd
[Symfony\Component\Config\Exception\FileLoaderLoadException] Bundle "HomeBundle" does not exist or it is not enabled. Maybe you forgot to add it in the registerBundles() method of your AppKernel.php file? in @HomeBundle/Resources/config/services.yml (which is being imported from "C:\wamp64\ www\projects\pipcke\app/config\config.yml"). Make sure the "HomeBundle/Resources/config/services.yml" bundle is cor
rectly registered and loaded in the application kernel class. If the bundle is registered, make sure the bundle pat h "@HomeBundle/Resources/config/services.yml" is not empty.[InvalidArgumentException] Bundle "HomeBundle" does not exist or it is not enabled. Maybe you forgot to add it in the registerBundles() method of your AppKernel.php file?
Can anyone help thanks a lot