PasswordBrokerFactory interface PasswordBrokerFactory (View source) Methods mixed broker(string|null $name = null) Get a password broker instance by name.
bool exists(string $path) Determine if a file exists. Parameters string $path Return Value bool
static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
void setLaravel(Application $laravel) Set the Laravel application instance. Parameters Application $laravel Return Value void
array getSessionConfig() Get the session configuration. Return Value array
int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
array when() Get the events that trigger this service provider to register. Return Value array
string|array header(string $key = null, string|array|null $default = null) Retrieve a header from the request. Parameters string $key string|array|null $default Return Value string|array
$this cron(string $expression) The Cron expression representing the event's frequency. Parameters string $expression Return Value $this
mixed first(array $columns = array('*')) Execute the query and get the first related model. Parameters array $columns Return Value mixed
Page 59 of 996