Created
August 27, 2013 06:45
-
-
Save tournasdim/6350349 to your computer and use it in GitHub Desktop.
Composer : One line installation of Laravel with Composer (no more "git clone ....." )
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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