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
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-08 02:22:05 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";