Skip to content

AlexK98/Flow_DoIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Ludicrously simple ToDo application based on Neos/Flow framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published