DefaultProviders
class DefaultProviders (View source)
Properties
protected array | $providers | The current providers. |
Methods
void
__construct(array|null $providers = null)
Create a new default provider collection.
merge(array $providers)
Merge the given providers into the provider collection.
replace(array $replacements)
Replace the given providers with other providers.
except(array $providers)
Disable the given providers.
array
toArray()
Convert the provider collection to an array.
Details
void
__construct(array|null $providers = null)
Create a new default provider collection.
DefaultProviders
merge(array $providers)
Merge the given providers into the provider collection.
DefaultProviders
replace(array $replacements)
Replace the given providers with other providers.
DefaultProviders
except(array $providers)
Disable the given providers.
array
toArray()
Convert the provider collection to an array.