ahmedsohel/laravel-todocrud

A simple to-do list package for Laravel.

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:todocrud

pkg:composer/ahmedsohel/laravel-todocrud

1.0.0 2024-05-21 07:52 UTC

This package is auto-updated.

Last update: 2026-02-21 11:42:53 UTC


README

Install

composer require ahmedsohel/laravel-todocrud

Add Provider (Optional)

Add the provider in boostrap/provider.php into your project

Ahmed\Todocrud\TodoPackageServiceProvider::class

Publish views to modify (Optional)

after publishing views your can modify from ```resource/views/todocrud folder of your project```

Publish the config (Optional)

php artisan vendor:publish --tag=config

Publish the views (Optional)

php artisan vendor:publish --tag=views

How to Use

Run migration command to migrate todos table

Command to run

php artisan serve

Route to get todos list

http://127.0.0.1:8000/todo-list