decentname / todo
There is no license information available for the latest version (dev-master) of this package.
dev-master
2017-05-10 13:10 UTC
Requires
This package is not auto-updated.
Last update: 2025-06-30 19:43:58 UTC
README
A Laravel package for a todos app.
Instructions to use:
- Include our service provider in Providers list of app.php file :
Demo\Todo\DemoTodoServiceProvider::class - Open your main composer.json file and add following piece of code to autoload=>ps-4 section :
"Demo\\Todo\\":"vendor/decentname/todo/src";