Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 533 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 533 Bytes

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