Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 408 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 408 Bytes

Networkeam.Blogexample

A simple Blog example for showing some Flow features.

Installation

Install the package via composer by adding the following code to your composer.json:

"repositories": [
	{
		"type": "git",
		"url": "https://github.com/networkteam/Networkteam.Blogexample.git"
	},
	...
],
"require": {
	...,
	"networkteam/blogexample": "dev-master"
}