DEV Community

Discussion on: Dockerize an existing Laravel application with docker-compose

Collapse
 
pierangelo1982 profile image
Pierangelo

this tutorial was based on old version of laravel, what version are you using?
Probably you must update in Dockerfile some version of PHP etc...

Collapse
 
hamzarana07 profile image
Hamza Rana

8.56 Laravel. I was able to fix this issue by adding "composer install" in Dockerfile RUN command. Thanks