A Simple Laravel Store Based On Laravel 5.2, For More Detail:http://laravelacademy.org/post/5075.html
composer install
php -r "copy('.env.example', '.env');"
php artisan key:generate
php artisan migrate
That's All