eureka/domain-blog

为您的应用程序创建博客提供常用类和服务。

0.2.1 2022-11-13 23:25 UTC

This package is auto-updated.

Last update: 2024-09-14 03:22:40 UTC


README

Current version Supported PHP version CI Quality Gate Status Coverage

为您的应用程序创建博客提供常用类和服务。

在应用程序中安装

要将此"域"添加到您的应用中,您可以通过composer进行要求

composer require "eureka/domain-blog"

测试

安装

您可以使用以下命令安装组件(用于测试)

make install

更新

您可以使用以下命令更新组件(用于测试)

make update

更新

您可以使用以下命令更新组件(用于测试)

make update

运行测试

您可以使用以下命令测试组件

make phpcs   # check for code style
make tests   # run unit-tests
make testdox # run unit-tests with textdox options (human readable & non technical)