todo
A simple Laravel Todo List Package, (*1)
To get started, you simply need to run:, (*2)
$ composer require bosunski/todo:dev-master
This will install the package., (*3)
You have to run migrations Afterwards:, (*4)
$ php artisan migrate
This will create necessary tables inside the database., (*5)
And you're good to Go., (*6)
Just point to /todo
route and See it works., (*7)