PHPackages                             swapnilkharecodiant/todolist - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. swapnilkharecodiant/todolist

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

swapnilkharecodiant/todolist
============================

You can create the to-do-list of your task.

01PHP

Since Jun 22Pushed 4y ago1 watchersCompare

[ Source](https://github.com/swapnilkharecodiant/todolist)[ Packagist](https://packagist.org/packages/swapnilkharecodiant/todolist)[ RSS](/packages/swapnilkharecodiant-todolist/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel To Do List
==================

[](#laravel-to-do-list)

- [Laravel-TodoList on Packagist](https://packagist.org/packages/swapnilkharecodiant/todolist)
- [Laravel-TodoList on GitHub](https://github.com/swapnilkharecodiant/todolist)

A laravel package that manages your todolist. This package is easily configurable and customizable. Supports Laravel 8.0 and 8+

### Features

[](#features)

Laravel Activity Logger FeaturesDaily to do list### Requirements

[](#requirements)

- [Laravel 8.0 or 8+](https://laravel.com/docs/installation)

### Laravel Installation Instructions

[](#laravel-installation-instructions)

1. From your projects root folder in terminal run:

```
    composer require swapnilkharecodiant/todolist
```

2. Register the package

- Laravel 5.5 and up Uses package auto discovery feature, no need to edit the `config/app.php` file.
- Laravel 5.4 and below Register the package with laravel in `config/app.php` under `providers` with the following:

```
    'providers' => [
        Codiant\Todolist\Providers\TodolistServiceProvider::class,
    ];
```

3. Run the migration to add the table to record the activities to:

```
    php artisan migrate
```

- Note: If you want to specify a different table or connection make sure you update your `.env` file with the needed configuration variables.

4. Optionally publish the packages views, config file, assets, and language files by running the following from your projects root folder:

```
    php artisan vendor:publish --tag=codiant\todolist\TodolistServiceProvider
```

### Routes

[](#routes)

##### ToDoList Routes

[](#todolist-routes)

- `/task-create`
- `/task-store`
- `/task/{id}/edit`
- `/task-update`
- `/task-destroy`

### File Tree

[](#file-tree)

```
├── .gitignore
├── README.md
├── composer.json
└── src
    ├── Database
    │   └── Migrations
    │       └── 2021_06_21_053144_create_task_table.php
    ├── Http
    │   └── Controllers
    │   |   └── TodolistController.php
    │   └── routes.php
    ├── Models
    │   └── Task.php
    ├── Providers
    │   └── TodolistServiceProvider.php
    ├── Resources
    │   └── views
    │       ├── app.blade.php
    │       └── list.blade.php

### License
To Do List is licensed under the MIT license. Enjoy!
```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f6a44426e62975bf170b235f89e864a3185f6b72ccfc0faefb68ec9c92996578?d=identicon)[swapnilkhare2990](/maintainers/swapnilkhare2990)

---

Top Contributors

[![swapnilk29](https://avatars.githubusercontent.com/u/29331207?v=4)](https://github.com/swapnilk29 "swapnilk29 (18 commits)")

### Embed Badge

![Health badge](/badges/swapnilkharecodiant-todolist/health.svg)

```
[![Health](https://phpackages.com/badges/swapnilkharecodiant-todolist/health.svg)](https://phpackages.com/packages/swapnilkharecodiant-todolist)
```

###  Alternatives

[uccellolabs/filament-theme-color

Easy way to change filament theme color on the fly.

1717.0k](/packages/uccellolabs-filament-theme-color)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
