eureka/domain-blog

Provide common classes & services to create blog in your application.

0.2.1 2022-11-13 23:25 UTC

This package is auto-updated.

Last update: 2024-04-14 02:34:58 UTC


README

Current version Supported PHP version CI Quality Gate Status Coverage

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)