emilianotisato / nova-tinymce

Laravel Nova TinyMCE editor (with images upload capabilities!)
MIT License
116 stars 38 forks source link

LFM error - htmlspecialchars() expects parameter 1 to be string, object given #74

Closed cdanielzt closed 2 years ago

cdanielzt commented 2 years ago

Hi I'm getting this error

Laravel version 7 Tinymce 1.2 laravel-file-manager: 2.4.1

I followed these instructions https://unisharp.github.io/laravel-filemanager/integration to install LFM

image

cdanielzt commented 2 years ago

This is due I updated LFM from v1 to v2 as described here https://github.com/UniSharp/laravel-filemanager/issues/442

Fixed with php artisan vendor:publish --tag=lfm_view --force