ClearCompiledCommand::warn()

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

Redirector::to()

RedirectResponse to(string $path, int $status = 302, array $headers = array(), bool $secure = null) Create a new redirect response to the given path. Parameters string $path int $status array $headers bool $secure Return Value RedirectResponse

Blueprint::longText()

Fluent longText(string $column) Create a new long text column on the table. Parameters string $column Return Value Fluent

LogBroadcaster::validAuthenticationResponse()

mixed validAuthenticationResponse(Request $request, mixed $result) Return the valid authentication response. Parameters Request $request mixed $result Return Value mixed

Blueprint::dateTimeTz()

Fluent dateTimeTz(string $column) Create a new date-time column (with time zone) on the table. Parameters string $column Return Value Fluent

JoinClause::dynamicWhere()

$this dynamicWhere(string $method, string $parameters) Handles dynamic "where" clauses to the query. Parameters string $method string $parameters Return Value $this

Blueprint::renameColumn()

Fluent renameColumn(string $from, string $to) Indicate that the given columns should be renamed. Parameters string $from string $to Return Value Fluent

RequestMakeCommand::warn()

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

MorphPivot::getGuarded()

array getGuarded() Get the guarded attributes for the model. Return Value array

SSH::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application