yanqay/ukhu-blog
最新稳定版本:v0.1.0
Composer 安装命令:
composer require yanqay/ukhu-blog
包简介
ukhu blog
README 文档
README
Ukhu Blog is a blog module for Ukhu framework
Prerequisites
- Ukhu framework should be already installed.
Installation
-
Install Ukhu Blog module
composer require yanqay/ukhu-blog -
Run install module command
php ukhu module:install blog -
Add navigation menu to Blog entry page
<li><a href="/blog" class="nav-link px-2 link-dark">Blog</a></li> -
Add new entry in bootstrap/config.php definitions file
\App\Blog\Application\Ports\MarkdownInterface::class => function () { return new \App\Blog\Infrastructure\Adapters\MarkdownParser( __DIR__ . '/../resources/blog' ); }, -
Add Blog routes reference to application routes
$router = (require_once __DIR__ . '/../bootstrap/routes/blog.php')($router, $container); -
Add templates directory to $templateLocations array in bootstrap/config.php template definition
'../src/Blog/Infrastructure/Http/Presentation/templates', -
Inspect git source control changes.
Contributing
Get in touch if you're interested in contributing to Ukhu.
Security Vulnerabilities
If you discover a security vulnerability within Ukhu please get in touch.
Contact
Contact via franckmercado at gmail.com.
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-10-31