toko / doit
Ludicrously simple ToDo application based on Neos/Flow framework
v0.0.1
2019-03-26 18:47 UTC
Requires
- neos/flow: *
This package is auto-updated.
Last update: 2026-04-12 03:50:50 UTC
README
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