Todo Component for your Laravel Nova Admin
With this Todo Component you will have your own todo tool in your Laravel Nova Admin Panel. You can create tables, cards and tasks. Also supports draggable.
This tool requires:
"laravel/nova": ">=2.9"
Download via composer
composer require finoghentov/todo-module
Run migrations
php artisan migrate
Add Tool to your NovaServiceProvider
//NovaServiceProvider.php
public function tools()
{
return [
new TodoModule
];
}

| Added | 6 years ago |
| Last updated | 6 Years Ago |
| Version | v1.01 |
| Nova Version | >=2.9 |
| Composer | |
| finoghentov/todo-module | |
| GitHub stars | 0 |
| Packagist downloads | 430 |