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

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

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:

  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