After following all the instructions to install TinyMCE - FileManager and integrate the code in my blade I found this results.
What is the problem?
Must I do some configurations?
I think that the problem is from the upload path.
first of all which language are you using for your app ? Check config/app.php for "locale". If you set language which Unisharp does not support, you should set the fallback_locale to 'en' in config/app.php. My second thought is that you didn't run the publish commands, you can do it like this
php artisan vendor:publish // This will publish all assets of every package in vendor folder