eureka / domain-blog
为您的应用程序创建博客提供常用类和服务。
0.2.1
2022-11-13 23:25 UTC
Requires
- php: 7.4.*|8.0.*|8.1.*
- eureka/component-database: ^3.1
- eureka/component-orm: ^5.2
- eureka/component-validation: ^5.1
Requires (Dev)
- dealerdirect/phpcodesniffer-composer-installer: ^v0.7
- eureka/component-console: ^5.1
- eureka/kernel-console: ^5.1
- phpstan/phpstan: ^1.9
- phpunit/phpcov: ^8.2
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.7
README
为您的应用程序创建博客提供常用类和服务。
在应用程序中安装
要将此"域"添加到您的应用中,您可以通过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)