SubscribeCommand deprecated::question()

void question(string $string) Write a string as question output. Parameters string $string Return Value void

MorphPivot::getTable()

string getTable() Get the table associated with the model. Return Value string

Hash::setFacadeApplication()

static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void

Pivot::getConnectionName()

string getConnectionName() Get the current connection name for the model. Return Value string

DatabaseNotificationCollection::reduce()

mixed reduce(callable $callback, mixed $initial = null) Reduce the collection to a single value. Parameters callable $callback mixed $initial Return Value mixed

HasMany::firstOrNew()

Model firstOrNew(array $attributes) Get the first related model record matching the attributes or instantiate it. Parameters array $attributes Return Value Model

DatabaseNotification::saved()

static void saved(Closure|string $callback, int $priority) Register a saved model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void

SqlServerConnection::getPostProcessor()

Processor getPostProcessor() Get the query post processor used by the connection. Return Value Processor

Validator::getFallbackMessages()

array getFallbackMessages() Get the fallback messages for the validator. Return Value array

RoutesCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string