kkstudio/blog

There is no license information available for the latest version (dev-master) of this package.

dev-master 2014-11-04 21:22 UTC

This package is not auto-updated.

Last update: 2024-04-23 00:31:06 UTC


README

This package is written for KK Studio's CMS available at GitHub

Install through Composer

"kkstudio/blog": "dev-master"

Add service provider to your config/app.php file:

$providers = [
  ...
  'Kkstudio\Blog\BlogServiceProvider'
];

Finally run

composer update