First enter in project folder and install composer
cd /path/to/my/project
php -r "readfile('http://getcomposer.org/installer');" | php
Nexts install the Laravel
php ./composer.phar create-project laravel/laravel --prefer-dist
Clone project git
git clone http://github.com/stivyw/LFApp.git
Enter on the public folder and start php server
cd LFApp/public
php -S localhost:8080
Open the browser and go to localhost:8080