I have installed this package in a web application that is running of Azure with Azure Storage containers.
The app is storing all files on the root of the container while it should have created a separate folder for each tenant and then have placed files in them.
I have configured everything correctly but seems that the storage adapter is not considering the suffix parameter set by the multi-tenancy for laravel package.
I have installed this package in a web application that is running of Azure with Azure Storage containers. The app is storing all files on the root of the container while it should have created a separate folder for each tenant and then have placed files in them.
I have configured everything correctly but seems that the storage adapter is not considering the suffix parameter set by the multi-tenancy for laravel package.
config/filesystems.php
config/tenancy.php
Reference: #https://tenancyforlaravel.com/docs/v3/tenancy-bootstrappers/#filesystem-tenancy-boostrapper