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