sudo apt install php-curl php-gd php-intl php-json php-mbstring php-xml php-zip
brew install php-curl php-gd php-intl php-json php-mbstring php-xml php-zip
sudo apt-get install composer
brew install composer
sudo apt-get install yarn
brew install yarn
make install
You maybe need some previous installation, like composer or yarn
make encore
and if you want Webpack encore to listen to your change
make encore-watch
make server
make cc