Answers for "Pulling sail project to a computer with no local php / composer installed"

0

Pulling sail project to a computer with no local php / composer installed

docker run --rm \
    -u "$(id -u):$(id -g)" \
    -v $(pwd):/opt \
    -w /opt \
    laravelsail/php80-composer:latest \
    composer install --ignore-platform-reqs
Posted by: Guest on July-09-2021

Code answers related to "Pulling sail project to a computer with no local php / composer installed"

Browse Popular Code Answers by Language