Skip to content

Instantly share code, notes, and snippets.

@yasirtaher
Last active February 2, 2016 09:20
Show Gist options
  • Save yasirtaher/4b04c710fb560986a4d1 to your computer and use it in GitHub Desktop.
Save yasirtaher/4b04c710fb560986a4d1 to your computer and use it in GitHub Desktop.
Install laravel
Install Composer: curl -sS https://getcomposer.org/installer | php
Move to global: sudo mv composer.phar /usr/local/bin/composer
Check Composer: php composer.phar
Install Laravel: composer create-project laravel/laravel (directory)
cd (directory)
run on port: php -S localhost:8000 -t public
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment