evidenceekanem/laraveltodolist

laraveltodolist is a laravel package that adds a todo list management system to an application.

dev-master 2019-03-25 12:26 UTC

This package is auto-updated.

Last update: 2024-04-26 00:45:43 UTC


README

Latest Version on Packagist Total Downloads Build Status StyleCI

laraveltodolist is a laravel package that adds a todo list management system to an application.

Installation

PHP 5.4+ or HHVM 3.3+, and Composer are required.

To get the latest version of laraveltodolist, simply run

composer require evidenceekanem/laraveltodolist

You'll then need to run composer install or composer update to download it and have the autoloader updated.

If you are using Laravel for the first time and the key is not generated yet, run php artisan key:generate.

Usage

You need to run migrations to create necessary tables

php artisan migrate

You can publish the configuration file using this command:

php artisan vendor:publish --tag=public

Then you are ready to get runnings. Just visit

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

Add task categories and tasks. Enjoy.

Developed by

Evidence Ekanem @evidenceetinih

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.