RoutesCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array

BelongsTo::relatedUpdatedAt()

string relatedUpdatedAt() Get the name of the related model's "updated at" column. Return Value string

MorphPivot::getTouchedRelations()

array getTouchedRelations() Get the relationships that are touched on save. Return Value array

HasLink::matches()

bool matches(Crawler|string $crawler) Check if the link is found in the given crawler. Parameters Crawler|string $crawler Return Value bool

Paginator::url()

string url(int $page) Get the URL for a given page. Parameters int $page Return Value string

DatabaseNotification::append()

$this append(array|string $attributes) Append attributes to query when building a query. Parameters array|string $attributes Return Value $this

RemindersTableCommand::call()

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

StatefulGuard::once()

bool once(array $credentials = array()) Log a user into the application without sessions or cookies. Parameters array $credentials Return Value bool

NotificationMakeCommand::secret()

string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string

RedisJob::getContainer()

Container getContainer() Get the service container instance. Return Value Container