renatio/todos-plugin is a Laravel package for simple backend to-do list plugin..
It currently has 4 GitHub stars and 15 downloads on Packagist.
Install it with composer require renatio/todos-plugin.
Discover more Laravel packages by renatio
or browse all Laravel packages to compare alternatives.
Last updated
Simple backend To-Do List plugin. It allows to create tasks list for each backend user.
There are couple ways to install this plugin.
php artisan plugin:install Renatio.Todos command.composer require renatio/todos-plugin in project root.Plugin relies on the system scheduler for sending reminder email. For scheduled tasks to operate correctly, you should configure Cron entry on your server.
Plugin will register menu item called To-Do List, which allow you to manage lists and tasks.
For each task you can set reminder at column. This will send reminder email to user at given time.
User can see only lists that belongs to him.
Plugin will register reminder email template. You can customize it in Settings > Mail Templates.
Please use GitHub Issues Page to report any issues with plugin.
Reviews should not be used for getting support or reporting bugs, if you need support please use the Plugin support link.
If you like this plugin, give this plugin a Like or Make donation with PayPal.