PHP code example of chenhua / laravel5-multi-editor
1. Go to this page and download the library: Download chenhua/laravel5-multi-editor 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/ */
chenhua / laravel5-multi-editor example snippets
Chenhua\MultiEditor\MultiEditorServiceProvider::class,
bash
php artisan vendor:publish --tag=multi_editor
php artisan vendor:publish --tag=file_upload
html
<textarea id="editor">
Html内容
</textarea>
@