ahmetbarut / laravel-sticky-todos
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
Type:package
Requires
- laravel/framework: ^9.0 || ^10
Requires (Dev)
- orchestra/testbench: ^7.0
This package is auto-updated.
Last update: 2025-02-24 18:59:10 UTC
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