private image with TenancyForLaravel
Guys, I have a multi-tenant program.
I use tenancyforlarav.
Of course, I upload the files to the public disk and there is no problem. This is considered a violation because once you get the link, you can access the file. I tried to switch to the private disk, but I couldn't. It is true that the files are saved there, but they are no longer displayed in the form. Can anyone help me solve this problem, Thanks.
storage/
└── tenant/
└── {tenantId}/
└── app/
├── private/
└── public/
├── grc/
├── lms/
├── policyack/
└── ps/
I use tenancyforlarav.
Of course, I upload the files to the public disk and there is no problem. This is considered a violation because once you get the link, you can access the file. I tried to switch to the private disk, but I couldn't. It is true that the files are saved there, but they are no longer displayed in the form. Can anyone help me solve this problem, Thanks.
storage/
└── tenant/
└── {tenantId}/
└── app/
├── private/
└── public/
├── grc/
├── lms/
├── policyack/
└── ps/

