A simple Blog example for showing some Flow features.
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"
}