hyvor/hyvor-blogs-laravel
最新稳定版本:0.0.4
Composer 安装命令:
composer require hyvor/hyvor-blogs-laravel
包简介
For self-hosting a Hyvor Blogs blog on a Laravel application
README 文档
README
This a Laravel package that provides a simple way to add a blog to your Laravel application using Hyvor Blogs blogging platform.
See the tutorial on our Blog. 👇
Adding a blog to your Laravel Application.
Installation
composer require hyvor/hyvor-blogs-laravel
Configuration
php artisan vendor:publish --provider="Hyvor\HyvorBlogs\HyvorBlogsServiceProvider" --tag="config"
This will create a hyvorblogs.php file in your config directory.
<?php return [ 'blogs' => [ [ 'subdomain' => '', 'delivery_api_key' => '', 'webhook_secret' => null, 'route' => '/blog', 'cache_store' => null, 'middleware' => [], ], ], ];
统计信息
- 总下载量: 946
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-08-27