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