Collection::toJson()

string toJson(int $options) Get the collection of items as JSON. Parameters int $options Return Value string

PostgresGrammar::compileCreate()

string compileCreate(Blueprint $blueprint, Fluent $command) Compile a create table command. Parameters Blueprint $blueprint Fluent $command Return Value string

Command::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application

Container::resolving()

void resolving(string $abstract, Closure $callback = null) Register a new resolving callback. Parameters string $abstract Closure $callback Return Value void

NullBroadcaster::validAuthenticationResponse()

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

Model::relationsToArray()

array relationsToArray() Get the model's relationships in array form. Return Value array

SerializesModels::__sleep()

array __sleep() Prepare the instance for serialization. Return Value array

CommandMakeCommand::line()

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

Builder::update()

int update(array $values) Update a record in the database. Parameters array $values Return Value int

RouteFiltererInterface::callRouteFilter()

mixed callRouteFilter(string $filter, array $parameters, Route $route, Request $request, Response|null $response = null) Call the given route filter. Parameters string $filter array $parameters Route $route Request $request Response|null $response Return Value mixed