Collection::keys()

Collection keys() Get the keys of the collection items. Return Value Collection

FormRequest::__callStatic()

static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

RoutesCommand::error()

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

Model::setHidden()

$this setHidden(array $hidden) Set the hidden attributes for the model. Parameters array $hidden Return Value $this

Store::getHandler()

SessionHandlerInterface getHandler() Get the underlying session handler implementation. Return Value SessionHandlerInterface

WorkCommand::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

Model::newQuery()

Builder newQuery() Get a new query builder for the model's table. Return Value Builder

RouteServiceProvider::pathsToPublish()

static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array

ScheduleRunCommand::getLaravel()

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

Collection::average()

mixed average(callable|string|null $callback = null) Alias for the "avg" method. Parameters callable|string|null $callback Return Value mixed