two Laravel project are installed under root and root/superadmin in my domain. both projects have upload feature. So I want a common upload directory for both.
I tried public_path('/uploads/') which points to public/uploads for each Laravel. Are they any ways to configure upload image goes to like public_html/uploads/ and from both projects I can access them.