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

ActiveLibrary

e2consult/novachecklists
========================

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

1.0(6y ago)913.5k↑56.3%5[2 issues](https://github.com/encima-io/novachecklists/issues)MITVuePHP &gt;=7.2.0

Since Oct 20Pushed 6y ago1 watchersCompare

[ Source](https://github.com/encima-io/novachecklists)[ Packagist](https://packagist.org/packages/e2consult/novachecklists)[ RSS](/packages/e2consult-novachecklists/feed)WikiDiscussions master Synced 1mo ago

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

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

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

[![Latest Version on Packagist](https://camo.githubusercontent.com/f0a61eff2a8095b35bd1e8dcd920eb775b1dfc138b0a1b0db0d3460beecdf572/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6532636f6e73756c742f6e6f7661636865636b6c697374732e737667)](https://packagist.org/packages/e2consult/novachecklists)[![License](https://camo.githubusercontent.com/eeeba6f991a993b9f95655f1c3a73e65a9a20bfc8f9d4de0a301c423a448d3e5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6532636f6e73756c742f6e6f7661636865636b6c697374732e737667)](https://packagist.org/packages/e2consult/novachecklists)[![Total Downloads](https://camo.githubusercontent.com/669cf3e1691d02ea6ea17523fa45740dccaabae759d62f62addef1361ebdc943/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6532636f6e73756c742f6e6f7661636865636b6c697374732e737667)](https://packagist.org/packages/e2consult/novachecklists)

E2Consult is a webdevelopment team based in Oslo, Norway. You'll find more information about us [on our website](https://e2consult.no).

This package is made to allow you to easily create checklists in Laravel Nova. All you need is a text/json column on you model to store the items.

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

[](#installation)

You can install the package via composer:

```
composer require e2consult/novachecklists
```

Usage
-----

[](#usage)

```
use E2Consult\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 E2Consult\NovaChecklist\Checklist;

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

License
-------

[](#license)

The MIT License (MIT).

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

2402d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7867c8e6cb949ab73460f6189d49e8423431864c495a389e650e82509e44d954?d=identicon)[einar-hansen](/maintainers/einar-hansen)

---

Tags

laravelfieldinputcheckboxnovacheckboxeschecklistschecklist

### Embed Badge

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

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

###  Alternatives

[silvanite/novafieldcheckboxes

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

70846.9k1](/packages/silvanite-novafieldcheckboxes)[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[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)[stepanenko3/nova-json

Nova json field to spread a json column throughout multiple fields.

42249.7k](/packages/stepanenko3-nova-json)[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)

PHPackages © 2026

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