PHP code example of trae / esign-module
1. Go to this page and download the library: Download trae/esign-module 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/ */
trae / esign-module example snippets
use Trae\ESign\Filament\ESignPlugin;
public function panel(Panel $panel): Panel
{
return $panel
// ...
->plugin(ESignPlugin::make());
}
bash
php artisan vendor:publish --tag="esign-migrations"
php artisan vendor:publish --tag="esign-views"
bash
php artisan migrate