gunaraj / todolist
This todolist package will allow to create,read,update and delete lists.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:HTML
This package is auto-updated.
Last update: 2025-06-24 23:04:32 UTC
README
Todolist package will allows you to create,read,update and delete lists.
Installing pacakge
Through composer :- composer require gunaraj/todolist
After Installing Provide App ServiceProvider in Config/App.php
This Way :- Gunaraj\Todolist\TodolistServiceProvider::class
Publish Vendor
php artisan publish:vendor && enter corresponding number of TodolistServiceProvider for publish & you will get views of todolist inside views/vendor/todolist
And Run php artisan:migrate
It creates todolist table in your database
Finally Check the package
By going url :- Base URL{http://127.0.0.1:8000}/todolist
And you are good to go further
##Thanks