Open fh32000 opened 2 years ago
@yhbyun @duckzland @alberto-bottarini @rodrigore
@alberto-bottarini @sadovojav @mist-01 @rubenestevao
I hope this will be helpful for you. In my case I have laravel V8 and nova v3, and bc of nova version, I need to install tinyMCE version 1, but if you just followed the steps posted, I notice you that is for version 2. So i solved this issue using tinyMC version 1.2. Here the steps to fix the issue that you bold in red: 1) Run at your command line: composer remove emilianotisato/nova-tinymce
2) edit file composer.json and add "emilianotisato/nova-tinymce": "^1.2", (under "require section") 3) Run at your command line: composer require emilianotisato/nova-tinymce ^1.2 4) Run at your command line: php artisan vendor:publish --provider="Emilianotisato\NovaTinyMCE\FieldServiceProvider" 5) Finally Run at your command line: composer update
Go to your nova page and .... "voila!!" :-)
The error as in the screenshot complain about missing Vue global javascript variables, which it should be loaded via Nova automatically?
laravel 9, novav 3.32.0, php 8.1 +++++++++
in Resource
'tinymce_api_key' => env('TINYMCE_API_KEY'),
TINYMCE_API_KEY=myfreekey