Skip to content

Instantly share code, notes, and snippets.

@tournasdim
Created August 27, 2013 06:45
Show Gist options
  • Save tournasdim/6350349 to your computer and use it in GitHub Desktop.
Save tournasdim/6350349 to your computer and use it in GitHub Desktop.
Composer : One line installation of Laravel with Composer (no more "git clone ....." )
<?php
// One line installation of Laravel with composer
composer create-project laravel/laravel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment