class PasswordBrokerManager implements PasswordBrokerFactory (View source)
protected Application | $app | The application instance. | |
protected array | $brokers | The array of created "drivers". |
void | __construct(Application $app) Create a new PasswordBroker manager instance. | |
mixed | broker(string|null $name = null) Attempt to get the broker from the local cache. | |
PasswordBroker | resolve(string $name) Resolve the given broker. | |
TokenRepositoryInterface | createTokenRepository(array $config) Create a token repository instance based on the given configuration. | |
array | getConfig(string $name) Get the password broker configuration. | |
string | getDefaultDriver() Get the default password broker name. | |
void | setDefaultDriver(string $name) Set the default password broker name. | |
mixed | __call(string $method, array $parameters) Dynamically call the default driver instance. |
Create a new PasswordBroker manager instance.
Attempt to get the broker from the local cache.
Resolve the given broker.
Create a token repository instance based on the given configuration.
Get the password broker configuration.
Get the default password broker name.
Set the default password broker name.
Dynamically call the default driver instance.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Auth/Passwords/PasswordBrokerManager.html