drauta/blog-laravel

为Laravel添加简单的博客

dev-master 2015-10-14 08:49 UTC

This package is not auto-updated.

Last update: 2024-09-14 19:03:52 UTC


README

使用Composer安装

composer require drauta/blog-laravel "dev-master"

将服务提供者注册到config/app.php

 Drauta\BlogLaravel\BlogLaravelServiceProvider::class,