ArtisanServiceProvider::compiles()

static array compiles() Get a list of files that should be compiled for the package. Return Value array

ClearCommand::callSilent()

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

MiddlewareMakeCommand::anticipate()

string anticipate(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

User::removeObservableEvents()

void removeObservableEvents(array|mixed $observables) Remove an observable event name. Parameters array|mixed $observables Return Value void

User::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

ListenerMakeCommand::options()

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

ClearCommand::warn()

void warn(string $string, null|int|string $verbosity = null) Write a string as warning output. Parameters string $string null|int|string $verbosity Return Value void

Factory::decrementRender()

void decrementRender() Decrement the rendering counter. Return Value void

BelongsToMany::createdAt()

string createdAt() Get the name of the "created at" column. Return Value string

Repository::putMany()

void putMany(array $values, float|int $minutes) Store multiple items in the cache for a given number of minutes. Parameters array $values float|int $minutes Return Value void