There is no license information available for the latest version (dev-master) of this package.

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/decentname/todo

dev-master 2017-05-10 13:10 UTC

This package is not auto-updated.

Last update: 2025-12-29 22:46:13 UTC


README

A Laravel package for a todos app.

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";

https://packagist.org/packages/decentname/todo