MigrateCommand::arguments()

array arguments() Get all of the arguments passed to the command. Return Value array

FileViewFinder::prependNamespace()

void prependNamespace(string $namespace, string|array $hints) Prepend a namespace hint to the finder. Parameters string $namespace string|array $hints Return Value void

Model::hasOne()

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

JobMakeCommand::hasOption()

bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool

CommandCreatorServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

Event::weeklyOn()

$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

Blueprint::dropIfExists()

Fluent dropIfExists() Indicate that the table should be dropped if it exists. Return Value Fluent

DatabaseNotificationCollection::sum()

mixed sum(callable|string|null $callback = null) Get the sum of the given values. Parameters callable|string|null $callback Return Value mixed

SqlServerConnection::commit()

void commit() Commit the active database transaction. Return Value void

ResetPassword::broadcastOn()

array broadcastOn() Get the channels the event should broadcast on. Return Value array