Skip to content

Instantly share code, notes, and snippets.

@diegofelix
Forked from rjv/gist:5372014
Last active December 16, 2015 08:18
Show Gist options
  • Save diegofelix/5404428 to your computer and use it in GitHub Desktop.
Save diegofelix/5404428 to your computer and use it in GitHub Desktop.
Laravel 4: Installing via Composer
composer create-project laravel/laravel --prefer-dist
@RahulGoulikar
Copy link

Update version from "5.0.*" to "4.0" in composer.json after the above command..

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