blackknight467 / StarRatingBundle

star rating bundle for symfony
MIT License
26 stars 40 forks source link

Issue in installation #20

Open Smartit1 opened 6 years ago

Smartit1 commented 6 years ago

Hi, When I install the bundle with composer, it is installed under vendor directory but the directory web/bundles/starrating/ doesn't exist, when I add it manually and I try to execute I get the error

ClassNotFoundExceptionAttempted to load class "StarRatingBundle" from namespace "blackknight467\StarRatingBundle".Did you forget a "use" statement for "blackknight467\StarRatingBundle\StarRatingBundle"?

in AppKernel.php

and it is caused by this declaration: new blackknight467\StarRatingBundle\StarRatingBundle() can You tell me how to fix this ? Also I would like to uninstall the bundle and reinstall it, as I tried many manipulations, should I remove it from the vendor directory? Thanks

DeveloperSlope3 commented 5 years ago

Mee too...