PHP code example of mihail-himinec / tallstack-editorjs

1. Go to this page and download the library: Download mihail-himinec/tallstack-editorjs 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/ */

    

mihail-himinec / tallstack-editorjs example snippets



return [
];


[
        'header',
        'image',
        'delimiter',
        'list',
        'underline',
        'quote',
        'table',
        'raw',
        'code',
        'inline-code',
        'style',
        'alert',
        'warning',
        'embed',
        'color',
        'marker',
        'tooltip',
        'checklist',
        'attaches',
        'alignmenttune',
        'paragraph',
        'strikethrough',
        'lists',
        'mermaid',
]

EditorJs::make('content')->disableTools(['delimiter', 'quote']);

EditorJs::make('content')->tools(['header', 'image', 'list']);
bash
php artisan vendor:publish --tag="tallstack-editorjs-config"
bash
php artisan vendor:publish --tag="tallstack-editorjs-views"