/todolist

A Laravel package that helps manage your todolist and shedule

Primary LanguagePHPOtherNOASSERTION

todolist

Latest Version on Packagist Total Downloads Build Status StyleCI

A laravel package that manages your todolist and schedule.

Installation

requirement: PHP 5.4+ and Composer. then run

$ composer require evidenceekanem/todolist

Via Composer.

For subsequent updates, you'll need to run composer install or 'composer update' to download it and have the autoloader refreshed.

On the off chance that you are utilizing an old version of Laravel and the key isn't produced yet, run php artisan key:generate.

Usage

run:

php artisan migrate

for database migration.

Visit:

http://{{site-url}}/tasks

to access the package.

Add task categories and tasks. Enjoy.

Change log

Please see the changelog for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see contributing.md for details and a todolist.

Security

If you discover any security related issues, please email ekanemevidence@gmail.com instead of using the issue tracker.

Credits

License

MIT. Please see the license file for more information.