Update README.md

pull/1/head
Matt Huntington 5 years ago committed by GitHub
parent 320285ae40
commit 6b0b75422c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,12 +8,13 @@
- `mv ~/Downloads/composer-stable.phar /usr/local/bin/composer`
- `chmod 755 /usr/local/bin/composer`
- `composer global require laravel/installer`
- `echo 'export PATH="$HOME/.composer/vendor/bin:$PATH"' >> ~/.bash_profile`
- `ls /Applications/MAMP/bin/php` and take note of the most recent version
- run `echo 'export PATH="/Applications/MAMP/bin/php/php7.4.2/bin:$PATH"' >> ~/.bash_profile` substituting your latest version of php for `php7.4.2`
- `echo 'export PATH="/Applications/MAMP/bin/php/php7.4.2/bin:$PATH"' >> ~/.bash_profile` substituting your latest version of php for `php7.4.2`
- close terminal window and open a new one
- run `composer global require laravel/installer`
- go to where you want your app to be and run `laravel new blog` substituting the name of your app for `blog`
- `cd` into your app's dir
- run `php artisan serve`

Loading…
Cancel
Save