PHP code example of cljamal / la-ckeditor4

1. Go to this page and download the library: Download cljamal/la-ckeditor4 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/ */

    

cljamal / la-ckeditor4 example snippets



    'ckeditor' => [ 
        //Set to false if you want to disable this extension
        'enable' => true,
    
        // Editor configuration
        'config' => [    
            'language'=>'en', 
        ]
    ]


Form::extend('editor', CLJAMAL\CKEditor4\Editor::class);
bash
php artisan vendor:publish --tag=cljamal-ckeditor