DatabaseNotificationCollection::values()

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

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

FilesystemAdapter::get()

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

Builder::withoutGlobalScopes()

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

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::rename()

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

ModelMakeCommand::table()

void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void

ClearRemindersCommand::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int

Exists::using()

$this using(Closure $callback) Register a custom query callback. Parameters Closure $callback Return Value $this

CallbackEvent::pingBefore()

$this pingBefore(string $url) Register a callback to ping a given URL before the job runs. Parameters string $url Return Value $this