Update the suffix base comment to be more understandable

Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
This commit is contained in:
lukinovec 2022-09-21 10:41:18 +02:00 committed by GitHub
parent 07db1417e0
commit a4b8378b6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 `config('tenancy.filesystem.suffix_base') . $tenantKey`
- The suffix base is 'tenant' by default, but feel free to change it in the tenancy config
- 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/"`
Since `storage_path()` will be suffixed, your folder structure will look like this: