thedevdojo / voyager

Voyager - The Missing Laravel Admin
https://voyager.devdojo.com
MIT License
11.72k stars 2.67k forks source link

Can not upload image via tinymce on voyager 1.6 #5813

Open ihzadeprian1305 opened 8 months ago

ihzadeprian1305 commented 8 months ago

Laravel version

8

PHP version

7.4

Voyager version

1.6

Database

10.

Description

Hello, i want to upload image via tinymce, but it not works on voyager 1.6. Before that version, i used voyager 1.x-dev version, and it worked to upload image via tinymce. And also, i got "Failed to load resource: the server responded with a status of 405 (Method Not Allowed)" error after upload the image. Any idea to solve this?

Steps to reproduce

  1. Open add/edit bread
  2. Upload image via richtextbox (tinymce)

Expected behavior

Image can be uploaded in the storage of voyager

Screenshots

image

Additional context

No response