Methods |
public
|
__construct(?array $providers = null): void
Create a new default provider collection.
Create a new default provider collection.
|
#
|
public
|
merge(array $providers): static
Merge the given providers into the provider collection.
Merge the given providers into the provider collection.
|
#
|
public
|
replace(array $replacements): static
Replace the given providers with other providers.
Replace the given providers with other providers.
|
#
|
public
|
except(array $providers): static
Disable the given providers.
Disable the given providers.
|
#
|
public
|
toArray(): array
Convert the provider collection to an array.
Convert the provider collection to an array.
|
#
|