how do i fix the symfony cache generated files how do i fix the symfony cache generated files symfony symfony

how do i fix the symfony cache generated files


Turns out i was missing the following line in the composer.json file:

"symfony/http-kernel":"3.0.0"

After i added it is working fine. thank you for all the comments.