-
Notifications
You must be signed in to change notification settings - Fork 107
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
Storage:link to Public #15
Comments
Hi, due to the behavior of the I close the issue as this is already discussed: please refer to #11 for further details. Cheers, Giacomo |
what if I don't want to use the domain/storage path. I want to use the laravel default public path for all domains. How would I go about that in domains.php? |
The other article does not help me much |
Hi, I'm not sure to understand your point, but if you want to target the same folder from each domain, you must not use I don't know if this helps Cheers Giacomo |
Okay |
Great I created a separate disk and gave its root base_path('storage/app/public'). Now everything is good. Thanks & Regards, |
Hi there,
When I upload the file goes to storage/domain/app/public. I tried to create a symlink for this directory but it says. public/storage already exists for default linking.
I used php artisan storage:link --domain=domain-address
How do I create a symlink for each domain?
or
How do I use the default storage directory for all domains?
Regards,
Bilal Younas
The text was updated successfully, but these errors were encountered: