PHP code example of fxcjahid / laravel-editor-js-html

1. Go to this page and download the library: Download fxcjahid/laravel-editor-js-html 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/ */

    

fxcjahid / laravel-editor-js-html example snippets

 
fxcjahid\LaravelEditorJsHtml\LaravelEditorJsHtmlProvider::class, 

use Fxcjahid\LaravelEditorJsHtml\BlocksManager;

$blocksManager = new BlocksManager($data);
$html = $blocksManager->renderHtml();
echo $html