Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 351 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 351 Bytes

TinyMCE

TinyMCE editor for Laravel Orchid

php artisan vendor:publish --tag=laravel-assets --ansi --force

than add to config/platform.php

'resource' => [
    'scripts'     => [
      // add this rows
        '/js/platform/tinymce/tinymce/tinymce.min.js',
        '/js/platform/tinymce/tinymce.js',
    ],
    'stylesheets' => [
    ],
],