PHPackages                             ravaelles/novachecklists - 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. ravaelles/novachecklists

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

ravaelles/novachecklists
========================

A Laravel Nova field to display a list of items to complete.

1.0.4(4y ago)1442MITVuePHP &gt;=7.2.0

Since Nov 17Pushed 4y agoCompare

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

READMEChangelog (1)DependenciesVersions (8)Used By (0)

Laravel Nova Checklist Field
============================

[](#laravel-nova-checklist-field)

[![Latest Version on Packagist](https://camo.githubusercontent.com/717399edb68fe013a032dfca808f6f506a70dd0d859395a45b87c48d2e32dd5b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f52617661656c6c65732f6e6f7661636865636b6c697374732e737667)](https://packagist.org/packages/Ravaelles/novachecklists)[![License](https://camo.githubusercontent.com/d2b73c8cadffd15602b03b3c27cf54c505f442f3b9cf82819ee8fcc316723b5b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f52617661656c6c65732f6e6f7661636865636b6c697374732e737667)](https://packagist.org/packages/Ravaelles/novachecklists)[![Total Downloads](https://camo.githubusercontent.com/b22d555431a68d4bc37a3e3a69d6ffe760ad46093f71e71165d7fdeb102bfb7a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f52617661656c6c65732f6e6f7661636865636b6c697374732e737667)](https://packagist.org/packages/Ravaelles/novachecklists)

Fork of  that uses multi-line textareas instead of single-line inputs for checklist items.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require Ravaelles/novachecklists
```

Usage
-----

[](#usage)

```
use Ravaelles\NovaChecklist\Checklist;

Checklist::make('Tasks')
    ->placeholder('Add another task')   // Defaults to "Add item"
    ->withPlaceholderCount()            // Not active by default
    ->logUsers()                        // Not active by default, accepts user-model column. Uses "name" when column isn't provided.
    ->showTimestamps()                  // Not active by default
    ->showItemStatusOnIndex()           // Not active by default
    ->showCompletionOnIndex(),          // Not active by default
```

To use this package you'll need a text or JSON column on you model to save the items/tasks, as they are persisted as json on your model.

### Form-page

[](#form-page)

The `->placeholder()` method allows you to specify your placeholder-text for the "add new item field".

The `->withPlaceholderCount()` method lets you show the item number when adding new item. If there is already 5 items, then it will say "Add item 6".

The `->logUsers()` method allows you to save which user created or completed the task/item. You specify which column on the User model you want to save on task, it default to use the "name" column.

[![Checklist-form-page](https://raw.githubusercontent.com/e2-consult/novachecklists/master/form-add.png)](https://raw.githubusercontent.com/e2-consult/novachecklists/master/form-add.png)

You can edit an existing item by clicking on it.

[![Checklist-form-page](https://raw.githubusercontent.com/e2-consult/novachecklists/master/form-edit.png)](https://raw.githubusercontent.com/e2-consult/novachecklists/master/form-edit.png)

### Detail-page

[](#detail-page)

The `->showTimestamps()` method lets you show how long ago a task was completed.

[![Checklist-detail-page](https://raw.githubusercontent.com/e2-consult/novachecklists/master/detail.png)](https://raw.githubusercontent.com/e2-consult/novachecklists/master/detail.png)

### Index-page

[](#index-page)

By default this package will only show the task count on the index page.

The `->showItemStatusOnIndex()` will change the index to show how many tasks are completed of the total amount of tasks/items.

The `->showCompletionOnIndex()` method will let you show how many percent of the tasks are completed.

[![Checklist-detail-page](https://raw.githubusercontent.com/e2-consult/novachecklists/master/index.png)](https://raw.githubusercontent.com/e2-consult/novachecklists/master/index.png)

```
use Ravaelles\NovaChecklist\Checklist;

Checklist::make('Tasks')
    ->placeholder('Add task ')
    ->withPlaceholderCount()
    ->logUsers()
    ->showTimestamps()
    ->showItemStatusOnIndex()
    ->showCompletionOnIndex(),
```

License
-------

[](#license)

The MIT License (MIT).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~2 days

Total

5

Last Release

1626d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9b011dd390fab9e6e389b519ac8898449d28974137eb24b7df0e656c513c453f?d=identicon)[Ravaelles](/maintainers/Ravaelles)

---

Top Contributors

[![Ravaelles](https://avatars.githubusercontent.com/u/5878275?v=4)](https://github.com/Ravaelles "Ravaelles (21 commits)")

---

Tags

laravelfieldinputcheckboxnovacheckboxeschecklistschecklist

### Embed Badge

![Health badge](/badges/ravaelles-novachecklists/health.svg)

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

###  Alternatives

[silvanite/novafieldcheckboxes

A Laravel Nova field to display a number of multi-select options using checkboxes.

70846.9k1](/packages/silvanite-novafieldcheckboxes)[timothyasp/nova-color-field

A Laravel Nova Color Picker field.

781.6M5](/packages/timothyasp-nova-color-field)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[optimistdigital/nova-notes-field

This Laravel Nova package adds a notes field to Nova's arsenal of fields.

52139.5k](/packages/optimistdigital-nova-notes-field)[outl1ne/nova-color-field

A Laravel Nova Color Picker field.

26249.4k](/packages/outl1ne-nova-color-field)[lara-zeus/accordion

Zeus Accordion is filamentphp layout component to group components

11122.8k2](/packages/lara-zeus-accordion)

PHPackages © 2026

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