PHPackages                             lab404/nova-signature - 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. lab404/nova-signature

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

lab404/nova-signature
=====================

A Laravel Nova field.

1.1.0(6y ago)1474.9k1[2 issues](https://github.com/404labfr/nova-signature/issues)MITVuePHP &gt;=7.1.0

Since Aug 30Pushed 6y ago1 watchersCompare

[ Source](https://github.com/404labfr/nova-signature)[ Packagist](https://packagist.org/packages/lab404/nova-signature)[ RSS](/packages/lab404-nova-signature/feed)WikiDiscussions master Synced 2d ago

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

Laravel Nova Signature
======================

[](#laravel-nova-signature)

This [Nova](https://nova.laravel.com/) field lets you save a signature as a field for your resource.

Behind the scenes [WangShayne/vue-signature](https://github.com/WangShayne/vue-signature) is used.

[![screenshot of nova signature](https://github.com/404labfr/nova-signature/raw/master/screenshots/signature.png?raw=true)](https://github.com/404labfr/nova-signature/raw/master/screenshots/signature.png?raw=true)

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

[](#installation)

`composer require lab404/nova-signature`

Usage
-----

[](#usage)

In your nova resource make the field `Lab404\NovaSignature\NovaSignature`. This field fits perfectly with a `TEXT` column and can be used both for resources and actions.

```
public function fields()
{
    return [
        // ...
        NovaSignature::make('Signature'),
        // ...
    ];
}
```

Configuration
-------------

[](#configuration)

Showed example values are the default ones.

```
NovaSignature::make('Signature')
    ->color('black') // (string) Any css compatible value: "red", "rgb(0, 0, 0)", ...
    ->bgColor('white') // (string) Same as 'color'
    ->width('100%') // (string) Any css compatible value: "100%", "200px", ...
    ->height('250px') // (string) Same as 'width'
    ->saveOnChanges() // () Save the signature at every change and it will hide the Attach button
```

### Validation

[](#validation)

You can use the `signature` validation rules to check if the signature is valid. We also provide the `validSignature` method that adds `nullable` and `signature` rules.

```
// With validSignature()
NovaSignature::make('Signature')
    ->validSignature() // 'nullable' and 'signature' rules

// Your own rules
NovaSignature::make('Signature')
    ->rules('signature', ...)
```

### Licence

[](#licence)

MIT

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

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 ~151 days

Total

2

Last Release

2344d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1665333?v=4)[Marceau Casals](/maintainers/MarceauKa)[@MarceauKa](https://github.com/MarceauKa)

---

Top Contributors

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

---

Tags

fieldlaravellaravel-nova-fieldnovasignaturelaravelnova

### Embed Badge

![Health badge](/badges/lab404-nova-signature/health.svg)

```
[![Health](https://phpackages.com/badges/lab404-nova-signature/health.svg)](https://phpackages.com/packages/lab404-nova-signature)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3423.6M8](/packages/optimistdigital-nova-multiselect-field)[inspheric/nova-defaultable

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

51177.6k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17178.1k1](/packages/murdercode-nova4-tinymce-editor)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11258.1k](/packages/datomatic-nova-detached-actions)[wemersonrv/input-mask

A Laravel Nova custom field text with masks on input

1197.8k](/packages/wemersonrv-input-mask)

PHPackages © 2026

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