I am commenting on a project which I am using laravel and wordpress, and I need that the images that are uploaded from wordpress, are in a folder outside the project of the wordpress folder, that is, I need it to be in a folder in " public ", since I am using wordpress for a blog system for my application in Laravel, and I need no reference in the url about where this wordpress is (Security reasons), since the content of the posts are brought from Corcel .
That is:
- Public (Parent Directory)
- Wordpress project directory (Child Directory)
- img_blog (Child Directory)
I need the images that are saved in the "Wordpress project directory", change the directory to "img_blog".
I've been stuck for a while and I can not ... Thanks ^^