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

Builder::rename()

void rename(string $from, string $to) Rename a table on the schema. Parameters string $from string $to Return Value void

MorphPivot::fromJson()

mixed fromJson(string $value, bool $asObject = false) Decode the given JSON back into an array or object. Parameters string $value bool $asObject Return Value mixed

Builder::withoutGlobalScopes()

$this withoutGlobalScopes(array $scopes = null) Remove all or passed registered global scopes. Parameters array $scopes Return Value $this

FilesystemAdapter::get()

string get(string $path) Get the contents of a file. Parameters string $path Return Value string Exceptions FileNotFoundException

User::saving()

static void saving(Closure|string $callback, int $priority) Register a saving model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void

DatabaseNotificationCollection::values()

Collection values() Reset the keys on the underlying array. Return Value Collection

SortedMiddleware::average()

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

RedisServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array

Route::httpOnly()

bool httpOnly() Determine if the route only responds to HTTP requests. Return Value bool