kstools / magento2-todo-module
Todo tasks management
Package info
github.com/KerbalScientist/magento2-todo-module
Type:magento2-module
pkg:composer/kstools/magento2-todo-module
v0.0.1
2019-09-30 21:43 UTC
This package is auto-updated.
Last update: 2026-03-29 00:54:11 UTC
README
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.