Skip to content

Instantly share code, notes, and snippets.

@spir1donov
Created January 24, 2016 08:36
Show Gist options
  • Select an option

  • Save spir1donov/38c0c0f28ec5e1381b90 to your computer and use it in GitHub Desktop.

Select an option

Save spir1donov/38c0c0f28ec5e1381b90 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