symfony / recipes-contrib

Symfony Contrib Recipes Repositories

Home Page:https://github.com/symfony/recipes-contrib/blob/flex/main/RECIPES.md

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis CI: Cannot load resource "@Bundle/Controller/

vatri opened this issue · comments

Cannot load resource "@VatriGoogleDriveBundle/Controller/". Make sure the "  
    VatriGoogleDriveBundle" bundle is correctly registered and loaded in the ap  
    plication kernel class. If the bundle is registered, make sure the bundle p  
    ath "@VatriGoogleDriveBundle/Controller/" is not empty.         

Screenshot_45

But my controller is there:

Screenshot_46

Anyone can help? What's happening?

When I install the package normally within my localhost using composer require ... , everything works properly.