yuliyandoev / todo
A Simple Laravel ToDo List Package
dev-master
2023-03-22 10:10 UTC
This package is auto-updated.
Last update: 2025-06-22 15:34:42 UTC
README
A simple Laravel Todo List Package
Quickstart
To get started, you simply need to run:
$ composer require yuliyandoev/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.