Bonjour,
J'aimerais installer un projet symfony sur Mac mais à partir de Visual Studio je n'arrive pas à ouvrir mon projet :
bash: symfony: command not found
J'ai installer la dernière version PHP via powershell :
curl -s https://php-osx.liip.ch/install.sh | bash -s 7
Et ça ne marche toujours pas !
1 2 3 4 5 6
| All settings correct for using Composer
Downloading...
php -r "unlink('composer-setup.php');"
Composer (version 2.0.9) successfully installed to: /Users/Melodium/Desktop/Projet-Music/composer.phar
Use it: php composer.phar |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
| The Symfony CLI v4.21.6 was installed successfully!
Use it as a local file:
/Users/Melodium/.symfony/bin/symfony
Or add the following line to your shell configuration file:
export PATH="$HOME/.symfony/bin:$PATH"
Or install it globally on your system:
mv /Users/Melodium/.symfony/bin/symfony /usr/local/bin/symfony
Then start a new shell and run 'symfony'
iMac-de-Pauchard:Projet-Music Melodium$ php -v
PHP 7.1.16 (cli) (built: Mar 31 2018 02:59:59) ( NTS )
Copyright (c) 1997-2018 The PHP Group |
Pouvez-vous m'aider merci
Jeremy
Partager