composer remove laravel/valet
.brew update
brew tap henkrehorst/php
brew install [email protected]
brew link [email protected] --force
commandbrew install composer
composer global require weprovide/valet-plus
~/.composer/vendor/bin
is in your path by adding export PATH="$PATH:$HOME/.composer/vendor/bin"
to your bash_profile
or .zshrc
valet fix
. Warning: This will uninstall all other PHP installationsvalet install
command. Optionally add --with-mariadb
to use MariaDB instead of MySQL. This will configure and install Valet+ and DnsMasq.~/sites
.psh.yaml.dist
./psh.phar install
~/sites
and run valet park
to register valet for this directory. Shopware should now be accessible via the folder-name.test
. Notice: "folder-name" is the name of the Shopware development template in ~/sites
valet unsecure
because this might cause problems with the watcherping something.test
responds from 127.0.0.1.nginx -t
or sudo nginx -t
and check for any errors.valet fix
uninstalling [email protected]
for some reason. You can fix it by reinstalling Valet-PHP (Step 3 + 4 of "Installing Valet-PHP"). Make sure to NOT run valet fix
afterwards and just proceed with valet install
.valet unsecure
.