esign/laravel-dynamate-signature

Display a Dynamate-branded signature

1.1.0 2025-02-20 20:54 UTC

This package is auto-updated.

Last update: 2025-02-22 15:50:27 UTC


README

Latest theme on Packagist Total Downloads GitHub Actions

This package allows you to display a Dynamate-branded signature in your Laravel application.

Installation

You can install the package via composer:

composer require esign/laravel-dynamate-signature

Usage

To display the Dynamate contact information in your head, please use following variant:

<x-dynamate-signature::head />

To display the Dynamate-branded signature, you may use any of the following variants:

<x-dynamate-signature::default />
<x-dynamate-signature::default theme="light" animated="{{ false }}" positionRight="10rem" positionAbsolute="{{ false }}" colorOverride="#ed1c24" />

<x-dynamate-signature::powered-by />
<x-dynamate-signature::powered-by theme="light" colorOverride="#ed1c24" />

In case you want to customize the view components you may publish the views:

php artisan vendor:publish --provider="Esign\DynamateSignature\DynamateSignatureServiceProvider" --tag="views"

Testing

composer test

License

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