From 508cbeb1688024ade1c39c0ad2737ff7e83746d7 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Tue, 27 Sep 2022 11:26:46 +0200 Subject: [PATCH] Use the actual suffix instead of the $suffix variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Samuel Ć tancl --- source/docs/v3/tenancy-bootstrappers.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/v3/tenancy-bootstrappers.blade.md b/source/docs/v3/tenancy-bootstrappers.blade.md index 4652654..cc6882c 100644 --- a/source/docs/v3/tenancy-bootstrappers.blade.md +++ b/source/docs/v3/tenancy-bootstrappers.blade.md @@ -38,7 +38,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 built by appending the tenant key to your `suffix_base`. The `suffix_base` is `tenant` by default, but feel free to change it in the `tenancy.filesystem` config. For example, the suffix will be `tenant42` if the tenant's key is `42` and the `suffix_base` is `tenant`. -- After the suffixing, `storage_path()` helper returns `"/$path_to_your_application/storage/$suffix/"` +- After the suffixing, `storage_path()` helper returns `"/$path_to_your_application/storage/tenant42/"` Since `storage_path()` will be suffixed, your folder structure will look like this: