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
Application getLaravel() Get the Laravel application instance. Return Value Application
Illuminate\Contracts\Queue Classes EntityNotFoundException
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
$this setUserResolver(Closure $callback) Set the user resolver callback. Parameters Closure $callback Return Value $this
string token() Get the CSRF token value. Return Value string
Collection intersect(mixed $items) Intersect the collection with the given items. Parameters mixed $items Return Value Collection
int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
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
Page 95 of 996