toko/doit

Last activity 11 Jun 2019 9
composer require toko/doit

Ludicrously simple ToDo application based on Neos/Flow framework

v0.0.1

Homepage
https://github.com/AlexK98/Flow_DoIt
Version
v0.0.1
Type
neos-package
Release Date
Mar 26, 2019 18:47
Source
git
Distribution
zip
Requires
GPL-3.0-or-later
  • #flow
  • #neos
59e677651c3578b76d70e13f66c7d38407df13fd

Toko.Doit

About

This is ludicrously simple ToDo application based on Neos/Flow framework.

Installation

composer require toko/doit

First steps

  • Make sure "Flow" framework is setup properly.

  • Update migrations by executing

flow doctrine:migrationgenerate

and

flow doctrine:migrate
  • Add the following to global Configuration\Settings.yaml:
Neos:
  Flow:
    mvc:
      routes:
        'Toko.Doit': TRUE
  • Access Toko.Doit package by visiting: http://your_site/doit
The content of the readme is provided by Github