Everything is working until uploading. But when I choose an image, it is not working. its not getting the image. And nothings happen. I also tried .png and .jpg

Thanks!
Have you tried to "force" to overwrite all vendor files? That's just the configuration file and the views I believe. I've ran into similar issues becuase "vendor:publish" didn't overwrite what was already published.
Thanks men. Just missed an = sign in this part var cmsURL = editor_config.path_absolute + 'laravel-filemanager?field_name=' + field_name; :)
Most helpful comment
Thanks men. Just missed an
=sign in this partvar cmsURL = editor_config.path_absolute + 'laravel-filemanager?field_name=' + field_name;:)