dusta/blog

Simple Blog

dev-master 2018-10-25 19:23 UTC

This package is auto-updated.

Last update: 2024-03-26 07:34:18 UTC


README

Dframe Blog - Module

Instalation

Run

$ composer create-project dframe/dframe-demo --stability=dev project_name_dev

After install add to your main composer.json

    "extra": {
        "installer-types": [
            "library"
        ],
        "installer-paths": {
            "modules/{$vendor}/{$name}/": [
                "dusta/blog"
            ]
        }
    }

and run

$ composer require dusta/blog dev-master