Collection::macro()

static void macro(string $name, callable $macro) Register a custom macro. Parameters string $name callable $macro Return Value void

FormRequest::has()

bool has(string|array $key) Determine if the request contains a non-empty value for an input item. Parameters string|array $key Return Value bool

Builder::increment()

int increment(string $column, int $amount = 1, array $extra = array()) Increment a column's value by a given amount. Parameters string $column int $amount array $extra Return Value int

Factory::setDispatcher()

void setDispatcher(Dispatcher $events) Set the event dispatcher instance. Parameters Dispatcher $events Return Value void

RestartCommand::comment()

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

LengthAwarePaginator::url()

string url(int $page) Get the URL for a given page number. Parameters int $page Return Value string

Pivot::getVisible()

array getVisible() Get the visible attributes for the model. Return Value array

Factory::make()

View make(string $view, array $data = array(), array $mergeData = array()) Get the evaluated view contents for the given view. Parameters string $view array $data array $mergeData Return Value View

Filesystem::copy()

bool copy(string $from, string $to) Copy a file to a new location. Parameters string $from string $to Return Value bool

ViewPublishCommand::comment()

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