Skip to content

esign/laravel-dynamate-signature

Repository files navigation

Display a Dynamate-branded signature

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •