/laravel-store

A Simple Laravel Store Based On Laravel 5.2

Primary LanguagePHP

Laravel Store

A Simple Laravel Store Based On Laravel 5.2, For More Detail:http://laravelacademy.org/post/5075.html

Usage

composer install

php -r "copy('.env.example', '.env');"

php artisan key:generate

php artisan migrate

That's All