PasswordBrokerManager::getDefaultDriver()

string getDefaultDriver() Get the default password broker name. Return Value string

SeedCommand::error()

void error(string $string, null|int|string $verbosity = null) Write a string as error output. Parameters string $string null|int|string $verbosity Return Value void

BelongsTo::getForeignKey()

string getForeignKey() Get the foreign key of the relationship. Return Value string

TestMakeCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool

StatefulGuard

StatefulGuard interface StatefulGuard implements Guard (View source) Methods bool check() Determine if the current user is authenticated. from Guard bool guest() Determine if the current user is a guest. from Guard Authenticatable|null user() Get the currently authenticated user. from Guard int|null id() Get the ID for the currently authenticated user. from Guard bool validate(array $credentials = array()) Validate a user's credentials. from Guard void setUser(Authenti

NotificationServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array

NotificationServiceProvider::pathsToPublish()

static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array

AuthorizationException

AuthorizationException class AuthorizationException extends Exception (View source)

TestCase::dontSeeInElement()

$this dontSeeInElement(string $element, string $text) Assert that a given string is not seen inside an element. Parameters string $element string $text Return Value $this

ListFailedCommand::fire()

void fire() Execute the console command. Return Value void