farhadhp / simple-todo
A simple todo package for laravel
v0.9.9
2022-05-17 22:54 UTC
Requires
- doctrine/dbal: ^3.3
Requires (Dev)
- laravel/legacy-factories: ^1.0.4
- nunomaduro/collision: ^5.10
- orchestra/testbench: ^6.24
This package is auto-updated.
Last update: 2024-12-18 05:09:43 UTC
README
A simple Todo package for Laravel
Installation
composer require farhadhp/simple-todo
After installing the package please add SimpleTodo
trait to your project user model.
publish vendor files:
migrations
php artisan vendor:publish --tag=simple_todo_migrations
configs
php artisan vendor:publish --tag=simple_todo_config
locale
php artisan vendor:publish --tag=simple_todo_lang
License
MIT