symfony-docker icon indicating copy to clipboard operation
symfony-docker copied to clipboard

missing symfony files

Open MaxMayerYOC opened this issue 5 years ago • 2 comments

the symfony installation misses the vendor directory.

MaxMayerYOC avatar Oct 27 '20 16:10 MaxMayerYOC

Just do a composer install

boreales avatar Nov 27 '20 10:11 boreales

You must run docker exec -it symfony-docker_php_1 bash and the on your Project root do your composer install as per normal.

scruffycoderofficial avatar May 03 '21 08:05 scruffycoderofficial

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.

darius-v avatar Jun 20 '23 18:06 darius-v

one guy says it is something set in docker-compose.yml that this happens

darius-v avatar Jul 12 '23 17:07 darius-v