eureka / domain-blog
Provide common classes & services to create blog in your application.
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
Provide common classes & services to create a blog in your application.
Install in application
To add this "domain" in you app, you can require it via composer:
composer require "eureka/domain-blog"
Testing
Installation
You can install the component (for testing) with the following command:
make install
Update
You can update the component (for testing) with the following command:
make update
Update
You can update the component (for testing) with the following command:
make update
Run tests
You can test the component with the following commands:
make phpcs # check for code style make tests # run unit-tests make testdox # run unit-tests with textdox options (human readable & non technical)