DatabaseNotification::newInstance()

Model newInstance(array $attributes = array(), bool $exists = false) Create a new instance of the given model. Parameters array $attributes bool $exists Return Value Model

Writer::getEventDispatcher()

Dispatcher getEventDispatcher() Get the event dispatcher instance. Return Value Dispatcher

TokenGuard::getTokenForRequest()

string getTokenForRequest() Get the token for the current request. Return Value string

RouteClearCommand::line()

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

User::saveOrFail()

bool saveOrFail(array $options = array()) Save the model to the database using transaction. Parameters array $options Return Value bool Exceptions Throwable

Pivot::update()

bool|int update(array $attributes = array(), array $options = array()) Update the model in the database. Parameters array $attributes array $options Return Value bool|int

Builder::groupBy()

$this groupBy(array $groups) Add a "group by" clause to the query. Parameters array $groups Return Value $this

MailMakeCommand::option()

string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array

Router::prepareResponse()

Response prepareResponse(Request $request, mixed $response) Create a response instance from the given value. Parameters Request $request mixed $response Return Value Response

ResponseFactory::redirectGuest()

RedirectResponse redirectGuest(string $path, int $status = 302, array $headers = array(), bool|null $secure = null) Create a new redirect response, while putting the current URL in the session. Parameters string $path int $status array $headers bool|null $secure Return Value RedirectResponse