thekavish/todolist
Composer 安装命令:
composer require thekavish/todolist
包简介
You can create the todo-list of your task.
README 文档
README
Simple example package to add todo list feature to your existing Laravel application.
Prerequisites:
- Bootstrap
- jQuery
- FontAwesome
Add @include('todolist::js') right after you call jQuery in script tags.
Example:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <link rel="stylesheet" href="app.css"> </head> <body> <div class="container"> <p>Welcome to my website...</p> </div> <script src="//code.jquery.com/jquery.js"></script> @include('todolist::js') <script src="app.js"></script> </body> </html>
Run php artisan vendor:publish --provider='Thekavish\Todolist\TodolistServiceProvider' and modify published views as you see fit for your application.
More features coming soon. 💥
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 8
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-01-27