mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
Update filesystem-tenancy.blade.md
This commit is contained in:
parent
ba59f79192
commit
376144bd42
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ Laravel's `asset()` helper has two different paths of execution:
|
|||
|
||||
> Note: In 1.x, the `asset()` helper was not tenant-aware, and there was a `tenant_asset()` helper that followed the second option in the list above (a link to a controller). For backwards compatibility, that helper remains intact.
|
||||
|
||||
> If you have some non-tenant-specific assets, you may use Tenancy's `global_asset()` helper.
|
||||
> If you have some non-tenant-specific assets, you may use the pakage's `global_asset()` helper.
|
||||
|
||||
Note that all tenant assets have to be in the `app/public/` subdirectory of the tenant's storage directory, as shown in the image above.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue