ahmetbarut/laravel-sticky-todos
最新稳定版本:1.0.0
Composer 安装命令:
composer require ahmetbarut/laravel-sticky-todos
包简介
README 文档
README
we can liken Sticky Todos to a notepad. However, Sticky Todos is specifically designed for the use of Laravel developers as a Vue.js component package. Like a notepad, it allows users to quickly take notes and create to-do lists. However, Sticky Todos is specially designed to meet the needs of developers who want to add to-do list features in Laravel applications.
Installation
Step 1: Install the package
composer require ahmetbarut/laravel-sticky-todos
Step 2: Publish the package assets
php artisan vendor:publish --provider="AhmetBarut\StickyTodos\StickyTodosServiceProvider" --tag="sticky-todos-public"
Step 3: Add the component to your view
Sticky-todos usage migrations for store data.
php artisan migrate
Step 4: Disable Sticky Todos
If you want to disable Sticky Todos, you can do so by setting the STICKY_TODOS_ENABLED environment variable to false in your .env file.
STICKY_TODOS_ENABLED=false
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-02-23
