kstools/magento2-todo-module v0.0.1

Todo tasks management

Type

magento2-module

License

MIT

Requires

None

Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Magento 2 Todo List Example Module

Installation

  • Install the module composer by running composer require kstools/magento2-todo-module
  • enable the module by running php bin/magento module:enable Kstools_Todo
  • apply database updates by running php bin/magento setup:upgrade

Usage

  • Open URL /kstools_todo/task/ to manage tasks list.
  • Open URL /todo/task/ to view frontend tasks list.