顯示具有 PHP 標籤的文章。 顯示所有文章
顯示具有 PHP 標籤的文章。 顯示所有文章

2017年3月22日 星期三

Installation of Laravel Valet

after you install homebrew

composer global require "laravel/installer=~1.1"

brew update

brew install homebrew/php/php71

composer global require laravel/valet

cd ~

ls -la

looking for .bashrc

open ~/.bashrc

source ~/.bashrc

make sure you add the new path successfu
echo $PATH

valet install

ping *.dev




Installation of Composer

curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer