evidenceekanem / laraveltodolist
laraveltodolist is a laravel package that adds a todo list management system to an application.
Installs: 55
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 0
Language:JavaScript
Requires
Requires (Dev)
- mockery/mockery: ^1.1
- orchestra/testbench: ~3.0
- phpunit/phpunit: ~7.0
- sempro/phpunit-pretty-print: ^1.0
This package is auto-updated.
Last update: 2025-03-26 03:01:27 UTC
README
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.