symfony-docker
symfony-docker copied to clipboard
missing symfony files
the symfony installation misses the vendor directory.
Just do a composer install
You must run docker exec -it symfony-docker_php_1 bash and the on your Project root do your composer install as per normal.
I have installed them, they appear in container, but in host machine file system they are still not visible and so PhpStorm shows class not exist, etc.
one guy says it is something set in docker-compose.yml that this happens