Pipeline::then()

mixed then(Closure $destination) Run the pipeline with a final destination callback. Parameters Closure $destination Return Value mixed

Builder::chunk()

bool chunk(int $count, callable $callback) Chunk the results of the query. Parameters int $count callable $callback Return Value bool

SessionServiceProvider::compiles()

static array compiles() Get a list of files that should be compiled for the package. Return Value array

ForgetFailedCommand::comment()

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

Request::is()

bool is() Determine if the current request URI matches a pattern. Return Value bool

SeedCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

Request::route()

Route|object|string route(string|null $param = null) Get the route handling the request. Parameters string|null $param Return Value Route|object|string

DatabaseNotification::makeHidden()

$this makeHidden(array|string $attributes) Make the given, typically visible, attributes hidden. Parameters array|string $attributes Return Value $this

Model::observe()

static void observe(object|string $class, int $priority) Register an observer with the Model. Parameters object|string $class int $priority Return Value void

Arr::add()

static array add(array $array, string $key, mixed $value) Add an element to an array using "dot" notation if it doesn't exist. Parameters array $array string $key mixed $value Return Value array