DatabaseTokenRepository::getConnection()

ConnectionInterface getConnection() Get the database connection instance. Return Value ConnectionInterface

MailMakeCommand::setLaravel()

void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void

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

TestMakeCommand::confirm()

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

BelongsTo::getForeignKey()

string getForeignKey() Get the foreign key of the relationship. 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

PasswordBrokerManager::getDefaultDriver()

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

FormRequest::fullUrlIs()

bool fullUrlIs() Determine if the current request URL and query string matches a pattern. Return Value bool

Event::when()

$this when(Closure $callback) Register a callback to further filter the schedule. Parameters Closure $callback Return Value $this

DatabaseNotificationCollection::forPage()

Collection forPage(int $page, int $perPage) "Paginate" the collection by slicing it into a smaller collection. Parameters int $page int $perPage Return Value Collection