mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
Update storage path helper suffix explanation
This commit is contained in:
parent
a4b8378b6d
commit
32fe36dde0
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ The filesystem bootstrapper makes your app's `storage_path()` and `asset()` help
|
|||
|
||||
The bootstrapper suffixes the path retrieved by `storage_path()` to make the helper tenant-aware.
|
||||
|
||||
- The suffix is `config('tenancy.filesystem.suffix_base') . $tenantKey`
|
||||
- The suffix is (`config('tenancy.filesystem.suffix_base') . $tenantKey`)
|
||||
- The suffix_base is 'tenant' by default, but feel free to change it in the tenancy config
|
||||
- After suffixing the `storage_path()` helper, it returns `"/$path_to_your_application/storage/$suffix/"`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue