Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full Path #905

Closed
utsavDave97 opened this issue Mar 22, 2020 · 8 comments
Closed

Full Path #905

utsavDave97 opened this issue Mar 22, 2020 · 8 comments

Comments

@utsavDave97
Copy link

I am on the latest version.

Right now the images are being uploaded as following:

<img src="/storage/attachments_images/1/5e771bcdaf6b2.jpg" alt="" width="200" height="200" />

Could you please let me know how to upload images with

<img src="https://domain.com/storage/attachments_images/1/5e771bcdaf6b2.jpg" alt="" width="200" height="200" />

I also looked at your different issues and it seems that I have to edit script.blade.php or lfm.js bt I cannot find those files.

Thank you.

@mohamedsabil83
Copy link

Do you set your domain in .env file? APP_URL=https://domain.com

@utsavDave97
Copy link
Author

Do you set your domain in .env file? APP_URL=https://domain.com

did that..still not working

@mikebronner
Copy link
Contributor

We also need a way to configure domains for multi-tenant apps, root-relative file paths would be great to have.

@shc6669
Copy link

shc6669 commented Mar 3, 2021

is it anyone can find this solutions with tinymce full url path?

@havanan
Copy link

havanan commented Mar 22, 2021

solutions ???

@kukukk
Copy link

kukukk commented Apr 1, 2021

I have the same problem. Have you found a solution?

@austyuzhaninov
Copy link

Still problem. Its possible to select by config setting to choose full path or relative?

@streamtw
Copy link
Member

Sorry for late reply.

Full urls are returned by default.

However, if you need relative urls, example code for getting relative urls, and explanations about why the full urls are returned can be found in #1233 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants