This package allows you to display a Dynamate-branded signature in your Laravel application.
You can install the package via composer:
composer require esign/laravel-dynamate-signatureTo 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"composer testThe MIT License (MIT). Please see License File for more information.