void addObservableEvents(array|mixed $observables) Add an observable event name. Parameters array|mixed $observables Return Value void
static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
bool onceUsingId(mixed $id) Log the given user ID into the application without sessions or cookies. Parameters mixed $id Return Value bool
HasMany hasMany(string $related, string $foreignKey = null, string $localKey = null) Define a one-to-many relationship. Parameters string $related string $foreignKey string $localKey Return Value HasMany
string getCreatedAtColumn() Get the name of the "created at" column. Return Value string
void register() Register the service provider. Return Value void
array getLoadedProviders() Get the service providers that have been loaded. Return Value array
void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void
int update(array $attributes) Perform an update on all the related models. Parameters array $attributes Return Value int
Database getRedis() Get the underlying Redis instance. Return Value Database
Page 431 of 996