how to install laravel in mac code example
Example 1: install laravel globally mac
export PATH="$PATH:$HOME/.composer/vendor/bin"
Example 2: macbook install php artisan
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"