PHPackages                             whylab/todolist - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. whylab/todolist

ActiveComposer-plugin[Utility &amp; Helpers](/categories/utility)

whylab/todolist
===============

You can create the to-do-list of your task.

011PHP

Since May 5Pushed 7y agoCompare

[ Source](https://github.com/vaipos/todolist)[ Packagist](https://packagist.org/packages/whylab/todolist)[ RSS](/packages/whylab-todolist/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Simple Todo List
========================

[](#laravel-simple-todo-list)

- [Laravel-TodoList on Packagist](https://packagist.org/packages/whylab/todolist)
- [Laravel-TodoList on GitHub](https://github.com/vaipos/ToDoList)

A simple Laravel Todo List Package.

Quickstart
------------------------------------------------

[](#quickstart)

To get started, you simply need to run:

```
$ composer require whylab/todolist

```

This will install the package.

Once TodoList is installed you need to register the service provider with the application. Open up `app/config/app.php` and find the `providers` key.

```
