array arguments() Get all of the arguments passed to the command. Return Value array
void prependNamespace(string $namespace, string|array $hints) Prepend a namespace hint to the finder. Parameters string $namespace string|array $hints Return Value void
HasOne hasOne(string $related, string $foreignKey = null, string $localKey = null) Define a one-to-one relationship. Parameters string $related string $foreignKey string $localKey Return Value HasOne
bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
array when() Get the events that trigger this service provider to register. Return Value array
$this weeklyOn(int $day, string $time = '0:0') Schedule the event to run weekly on a given day and time. Parameters int $day string $time Return Value $this
Fluent dropIfExists() Indicate that the table should be dropped if it exists. Return Value Fluent
mixed sum(callable|string|null $callback = null) Get the sum of the given values. Parameters callable|string|null $callback Return Value mixed
void commit() Commit the active database transaction. Return Value void
array broadcastOn() Get the channels the event should broadcast on. Return Value array
Page 12 of 996