July 2018
Intermediate to advanced
420 pages
8h 46m
English
We have created a solid base on our servers. The PHP image we used already has all the dependencies that Laravel needs to run the application, including Composer.
Therefore, we will use the Composer that we have inside the php-fpm containers instead of using what we installed globally onto our machine.
This is the safest way to avoid conflicts between versions. Let's check what we have inside the php-fpm container:
docker-compose exec php-fpm bash
composer --version
Read now
Unlock full access