MacOsx install php7.4 and force its use
Start by installing homebrew /bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)” Next, use the following commands brew installs php@7.4 brew link –force
Read moreStart by installing homebrew /bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)” Next, use the following commands brew installs php@7.4 brew link –force
Read moreFor this example, we will use the docker installation as well as symfony5 written in another articles: Article Docker, Syfmony5
Read moreBefore you start, it is necessary to have followed the steps in the previous article. Creating the files needed for
Read moreThis article will contain all the steps necessary to create a symfony5 project with docker-compose, nginx and php 7.4. File
Read moreTo start, install phpmyadmin at the desired location. compose create-project phpmyadmin/phpmyadmin I prefer to use composer, but there are other
Read moreTo use nano in docker, you have to update the apt-get, install nano. Trying to open a file you can
Read moreTo recover the delete files, automatically without specifying the path git ls-files -d xargs git checkout —
Read moresudo npm cache clean -f sudo npm install -g n sudo n stable sudo ln -sf /usr/local/n/versions/node/5.4.1/bin/node /usr/bin/node
Read moreSince git 1.7.0 it is possible to use a technique called the sparse checkout The steps for clones are: Mkdir<repo></repo>
Read moreBy setting up nginx it can happen that then it is not possible to connect to the server and that
Read more