mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 12:44:04 +00:00
Trigger CI build
This commit is contained in:
parent
adf3daa022
commit
717b834c51
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ return [
|
||||||
/*
|
/*
|
||||||
* Use this to support Storage url method on local driver disks.
|
* Use this to support Storage url method on local driver disks.
|
||||||
* You should create a symbolic link which points to the public directory using command: artisan tenants:link
|
* You should create a symbolic link which points to the public directory using command: artisan tenants:link
|
||||||
* Then you can use tenant aware Storage url: Storage::disk('public')->url('file.jpg');
|
* Then you can use tenant aware Storage url: Storage::disk('public')->url('file.jpg')
|
||||||
*/
|
*/
|
||||||
'url_override' => [
|
'url_override' => [
|
||||||
// The array key is local disk (must exist in root_override) and value is public directory (%tenant_id% will be replaced with actual tenant id).
|
// The array key is local disk (must exist in root_override) and value is public directory (%tenant_id% will be replaced with actual tenant id).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue