PHP code example of esign / inline-edit

1. Go to this page and download the library: Download esign/inline-edit 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/ */

    

esign / inline-edit example snippets


<script src="https://cdn.ckeditor.com/ckeditor5/34.0.0/balloon/ckeditor.js"></script>

<script>var base_url = '{{ config('app.url') }}';</script>

<meta name="csrf-token" content="{{ csrf_token() }}">

<link rel="stylesheet" href="{{ asset('assets/css/inline-edit.css') }}">

{!! esign_inline('term') !!}
bash
php artisan vendor:publish --provider="Esign\InlineEdit\InlineEditServiceProvider" --tag=config --tag=public
bash
php artisan inline-editing:install