mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
Fix typo
This commit is contained in:
parent
b1061a270d
commit
9fa3c18c48
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.
|
> 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 the pakage's `global_asset()` helper.
|
> If you have some non-tenant-specific assets, you may use the package'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.
|
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