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

FailedTableCommand::getLaravel()

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

Contracts\Queue

Illuminate\Contracts\Queue Classes EntityNotFoundException

BelongsToMany::updateExistingPivot()

int updateExistingPivot(mixed $id, array $attributes, bool $touch = true) Update an existing pivot record on the table. Parameters mixed $id array $attributes bool $touch Return Value int

Request::setUserResolver()

$this setUserResolver(Closure $callback) Set the user resolver callback. Parameters Closure $callback Return Value $this

EncryptedStore::token()

string token() Get the CSRF token value. Return Value string

ModelMakeCommand::getLaravel()

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

Collection::intersect()

Collection intersect(mixed $items) Intersect the collection with the given items. Parameters mixed $items Return Value Collection

RequestMakeCommand::call()

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

MorphPivot::newPivot()

Pivot newPivot(Model $parent, array $attributes, string $table, bool $exists) Create a new pivot model instance. Parameters Model $parent array $attributes string $table bool $exists Return Value Pivot