Skip to content

Instantly share code, notes, and snippets.

@amiroff
Created December 17, 2013 20:22
Show Gist options
  • Save amiroff/8011928 to your computer and use it in GitHub Desktop.
Save amiroff/8011928 to your computer and use it in GitHub Desktop.
# install laravel under bash
wget http://laravel.com/laravel.phar && chmod +x laravel.phar && mv laravel.phar /usr/local/bin/laravel
# under fish
wget http://laravel.com/laravel.phar ; chmod +x laravel.phar; mv laravel.phar /usr/local/bin/laravel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment