farhadhp/simple-todo

一个简单的 Laravel 待办事项包

v0.9.9 2022-05-17 22:54 UTC

This package is auto-updated.

Last update: 2024-09-18 04:35:25 UTC


README

一个简单的 Laravel 待办事项包

Quality Score code coverage Build Status Latest Stable Version Daily Downloads Total Downloads Software License

安装

composer require farhadhp/simple-todo

安装包后,请将 SimpleTodo 特性添加到您的项目用户模型中。

发布供应商文件

迁移

php artisan vendor:publish --tag=simple_todo_migrations

配置

php artisan vendor:publish --tag=simple_todo_config

区域设置

php artisan vendor:publish --tag=simple_todo_lang

许可证

MIT