Closed mrtsglk closed 1 year ago
I can change the folder names via the lfm.php file. But how can I dynamically change this folder name?
What I want to do:
folder_name = tenant('id').'/photos';
But when I call the tenant id in the config file, it is empty. The package I am using is tenancyforlaravel.com
I added TenancyInitialized in listener.
I can change the folder names via the lfm.php file. But how can I dynamically change this folder name?
What I want to do:
folder_name = tenant('id').'/photos';
But when I call the tenant id in the config file, it is empty. The package I am using is tenancyforlaravel.com