Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nishad/51a23f008cbdb112c7f3 to your computer and use it in GitHub Desktop.
Save nishad/51a23f008cbdb112c7f3 to your computer and use it in GitHub Desktop.
# Installation
curl -o laravel.phar http://laravel.com/laravel.phar
chmod 755 laravel.phar
mv laravel.phar /usr/local/bin/laravel
# Usage
laravel new <application_name>
@nishad
Copy link
Author

nishad commented Jun 17, 2014

# For Ubuntu
sudo apt-get install php5-cli php5-curl php5-json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment