SessionTableCommand::__construct()

void __construct(Filesystem $files, Composer $composer) Create a new session table command instance. Parameters Filesystem $files Composer $composer Return Value void

MySqlConnection::setEventDispatcher()

void setEventDispatcher(Dispatcher $events) Set the event dispatcher instance on the connection. Parameters Dispatcher $events Return Value void

UriValidator::matches()

bool matches(Route $route, Request $request) Validate a given rule against a route and request. Parameters Route $route Request $request Return Value bool

MorphPivot::removeObservableEvents()

void removeObservableEvents(array|mixed $observables) Remove an observable event name. Parameters array|mixed $observables Return Value void

Model::getKey()

mixed getKey() Get the value of the model's primary key. Return Value mixed

WorkCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

QueryException

QueryException class QueryException extends PDOException (View source) Methods void __construct(string $sql, array $bindings, Exception $previous) Create a new query exception instance. string getSql() Get the SQL for the query. array getBindings() Get the bindings for the query.

CommandMakeCommand::secret()

string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string

SeedServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void

CommandMakeCommand::confirm()

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