Todos-php
A Laravel package for a todos app., (*1)
Instructions to use:
1. Include our service provider in Providers list of app.php file :
Demo\Todo\DemoTodoServiceProvider::class
2. Open your main composer.json file and add following piece of code to autoload=>ps-4 section :
"Demo\\Todo\\":"vendor/decentname/todo/src";, (*2)
https://packagist.org/packages/decentname/todo, (*3)