kstools / magento2-todo-module
Todo tasks management
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
This package is auto-updated.
Last update: 2025-03-29 00:37:02 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.