ProviderMakeCommand::question()

void question(string $string) Write a string as question output. Parameters string $string Return Value void

Session

Session class Session extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade instance. from Facade static void clearResolvedInstances() Clear all of the res

NotificationFake::assertSentTo()

void assertSentTo(mixed $notifiable, string $notification, callable|null $callback = null) Assert if a notification was sent based on a truth-test callback. Parameters mixed $notifiable string $notification callable|null $callback Return Value void

MessageProvider

MessageProvider interface MessageProvider (View source) Methods MessageBag getMessageBag() Get the messages for the instance.

Event::twiceDaily()

$this twiceDaily(int $first = 1, int $second = 13) Schedule the event to run twice daily. Parameters int $first int $second Return Value $this

Model::getGlobalScopes()

array getGlobalScopes() Get the global scopes for this class instance. Return Value array

MorphToMany::getHasCompareKey()

string getHasCompareKey() Get the key for comparing against the parent key in "has" query. Return Value string

DatabaseNotification::isFillable()

bool isFillable(string $key) Determine if the given attribute may be mass assigned. Parameters string $key Return Value bool

ViewClearCommand::comment()

void comment(string $string) Write a string as comment output. Parameters string $string Return Value void

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