nateghi / todo
Todo package
dev-main
2022-04-17 14:06 UTC
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2025-06-17 16:36:25 UTC
README
1- Install todo package
composer require nateghi/todo
2- Publish vendor
php artisan vendor:publish --provider="Nateghi\Todo\TodoServiceProvider"
3- Run migrations
php artisan migrate
4- Set your config
config/todo.php
5- Add Trait to User model
use Taskable;
5- Routes
php artisan route:list
6- Run tests
php artisan test vendor/nateghi/todo/tests