Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to install laravel on mac

# install laravel on mac
$ brew install composer
$ composer global require "laravel/installer" 
$ sudo nano  ~/.bash_profile 
#add following line in .bash_profile
export PATH="~/.composer/vendor/bin:$PATH"
$ source ~/.bash_profile  
$ laravel new firstProject
$ php artisan serv  
Comment

install laravel globally mac

// Adding Laravel to global Path in mac
export PATH="$PATH:$HOME/.composer/vendor/bin"
Comment

PREVIOUS NEXT
Code Example
Shell :: docker hello world 
Shell :: install mailspring ubuntu 
Shell :: unity logcat 
Shell :: install npm mac 
Shell :: linux mesuare request time http 
Shell :: git delete merged branches 
Shell :: clear cache credential git 
Shell :: uninstall packages linux terminal 
Shell :: git push / git init 
Shell :: certbot remove certificate nginx 
Shell :: linux install node 
Shell :: linux ip forwarding 
Shell :: Call to undefined function IlluminateSupportmb_strimwidth() 
Shell :: git how to find original branch creator 
Shell :: Install django requirements from txt file 
Shell :: docker for mac remove unnamed images 
Shell :: teclado abnt arch linux 
Shell :: how to uninstall vscode in ubuntu 
Shell :: install gunicorn 
Shell :: Git commit ignore pre-commit hooks 
Shell :: brew update git 
Shell :: unzip xz file linux 
Shell :: ls human readable file size 
Shell :: get wifi password windows 10 
Shell :: bash iterate over lines of a file 
Shell :: how to get hostname on linux 
Shell :: remote: HTTP Basic: Access denied fatal: Authentication failed for 
Shell :: restart wpa raspberrypi 
Shell :: git reset file to master 
Shell :: linux install vi 
ADD CONTENT
Topic
Content
Source link
Name
5+4 =