filmov
tv
zsh: command not found: laravel | How to create Laravel first project and run it

Показать описание
Can you help me to buy a coffee:
brew install composer
brew install php
composer global require laravel/installer
open .zshrc
PATH="$HOME/.composer/vendor/bin:$PATH"
laravel new example-app
zsh: command not found: laravel
zsh: command not found: composer
zsh: command not found: php
brew install composer
brew install php
composer global require laravel/installer
open .zshrc
PATH="$HOME/.composer/vendor/bin:$PATH"
laravel new example-app
zsh: command not found: laravel
zsh: command not found: composer
zsh: command not found: php