1. Go to this page and download the library: Download mrnewport/laravel-docsign library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
mrnewport / laravel-docsign example snippets
'pdf_renderer' => 'dompdf', // or 'wkhtml' or a custom key
'pdf_options' => [
'paper' => 'A4',
'orientation' => 'portrait'
],
'template_engine' => 'blade', // or 'twig' or a custom key
use MrNewport\LaravelDocSign\Facades\DocSign;
$path = DocSign::generate($document);
// merges template -> renders PDF -> saves to disk -> sets doc.status='draft'