farhadhp/simple-todo

A simple todo package for 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

A simple Todo package for Laravel

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

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