toko/doit

Ludicrously simple ToDo application based on Neos/Flow framework

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:HTML

Type:neos-package

v0.0.1 2019-03-26 18:47 UTC

This package is auto-updated.

Last update: 2024-05-11 23:00:58 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