PHP code example of rony-lang / filament-tinymce-editor
1. Go to this page and download the library: Download rony-lang/filament-tinymce-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/ */
rony-lang / filament-tinymce-editor example snippets
use RonyLang\FilamentTinymceEditor\TinyEditor;
TinyEditor::make('content')
->fileAttachmentsDisk('public')
->fileAttachmentsVisibility('public')
->fileAttachmentsDirectory('uploads')
->profile('default|simple|full|minimal|none|custom')
->rtl()
->resize('both')
->