Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages
N

Signature Field

Readme

Nova Signature Field

Latest Version on Packagist Total Downloads Software License

Add a Signature Pad field to Nova.

Installation

You can install the package via composer:

composer require appstract/nova-signature-field

Usage

Just add the field to your resource.

use Appstract\NovaSignatureField\Signature;

public function fields(Request $request)
{
    return [
        Signature::make('Drawing')
    ];
}

It is also possible to pass some options to field:

// Edit in a modal, so the SignaturePad is bigger
Signature::make('Drawing')->editInModal()

// Full width image on detail, without label
Signature::make('Drawing')->fullWidthOnDetail()

Contributing

Contributions are welcome, thanks to y'all :)

About Appstract

Appstract is a small team from The Netherlands. We create (open source) tools for Web Developers and write about related subjects on Medium. You can follow us on Twitter, buy us a beer or support us on Patreon.

License

The MIT License (MIT). Please see License File for more information.

Reviews

By ltd300 on May 8, 2020

Excellent!! Awesome package!

Back to Top
Added 5 years ago
Last updated 5 Years Ago
Version 1.1.0
Composer
appstract/nova-signature-field
GitHub stars 7
Packagist downloads 6,261

Favorites

6 users favorited

Rating

5.00
(out of 5)
★★★★★
★★★★
★★★
★★
2 ratings

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas