ahmedsohel/laravel-todocrud is a Laravel package for a simple to-do list package for laravel..
It currently has 0 GitHub stars and 11 downloads on Packagist (latest version 1.0.0).
Install it with composer require ahmedsohel/laravel-todocrud.
Discover more Laravel packages by ahmedsohel
or browse all Laravel packages to compare alternatives.
Last updated
composer require ahmedsohel/laravel-todocrud
Add the provider in boostrap/provider.php into your project
Ahmed\Todocrud\TodoPackageServiceProvider::class
after publishing views your can modify from ```resource/views/todocrud folder of your project```
php artisan vendor:publish --tag=config
php artisan vendor:publish --tag=views
Run migration command to migrate todos table
php artisan serve
http://127.0.0.1:8000/todo-list