Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages
N

Todo Component

Readme

Todo Component

Todo Component for your Laravel Nova Admin

About

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.

Prerequisites

This tool requires:

"laravel/nova": ">=2.9"

Installing

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
        ];
    }

Back to Top
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

Favorites

3 users favorited

Rating

2.00
(out of 5)
★★★★★
★★★★
★★★
★★
2 ratings

Author

Tags

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas