bosunski/todo

A Simple Laravel ToDo List Package

Maintainers

Details

github.com/bosunski/todo

Source

Issues

Installs: 65

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 1

Forks: 2

Open Issues: 0

Language:HTML

dev-master 2018-02-06 14:25 UTC

This package is auto-updated.

Last update: 2024-04-29 04:12:33 UTC


README

A simple Laravel Todo List Package

Quickstart

To get started, you simply need to run:

$ composer require bosunski/todo:dev-master

This will install the package.

You have to run migrations Afterwards:

$ php artisan migrate

This will create necessary tables inside the database.

And you're good to Go.

Just point to /todo route and See it works.