mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +00:00
document mix()
This commit is contained in:
parent
5141c7da43
commit
a607b35f16
1 changed files with 5 additions and 1 deletions
|
|
@ -41,7 +41,11 @@ Create a disk and *don't* add it to `tenancy.filesystem.disks`.
|
|||
|
||||
### Central assets {#central-assets}
|
||||
|
||||
Use the `global_asset()` helper.
|
||||
Mix is intended for template-related assets and as such, it's not scoped to the current tenant.
|
||||
|
||||
Alternatively, the package provides a `global_asset()` helper which is a non-tenant-aware replacement for `asset()`, in case you don't want to use `mix()`.
|
||||
|
||||
It's recommended to use `mix()` though, due to its features such as version tagging.
|
||||
|
||||
### Central queues {#central-queues}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue