Skip to content

gantoday/laravel-blog

Repository files navigation

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 ['ganto@qq.com' => '123456']

redis or memcached cache is required.

homestead is recommended.

About

a simple and awesome blog based on laravel 5.

Resources

License

Stars

Watchers

Forks

Packages

No packages published