finoghentov/todo-module
Composer 安装命令:
composer require finoghentov/todo-module
包简介
A Laravel Nova tool.
README 文档
README
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
];
}

统计信息
- 总下载量: 430
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-02-14