Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 394 Bytes

readme.md

File metadata and controls

17 lines (12 loc) · 394 Bytes

laravel-blog

Installation

git clone https://github.com/gantoday/laravel-blog.git projectname
cd projectname
composer install
create a database and inform .env
php artisan key:generate
php artisan migrate to create tables
php artisan db:seed to populate tables

default user ['[email protected]' => '123456']

redis or memcached cache is required.

homestead is recommended.