InteractsWithQueue::delete()

void delete() Delete the job from the queue. Return Value void

SessionManager::setDefaultDriver()

void setDefaultDriver(string $name) Set the default session driver name. Parameters string $name Return Value void

CallbackEvent::wednesdays()

$this wednesdays() Schedule the event to run only on Wednesdays. Return Value $this

ScheduleRunCommand::askWithCompletion()

string askWithCompletion(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

RoutingServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool

Log::info()

void info(string $message, array $context = array()) Log an informational message to the logs. Parameters string $message array $context Return Value void

NotificationServiceProvider::commands()

void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void

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

Blueprint::mediumText()

Fluent mediumText(string $column) Create a new medium text column on the table. Parameters string $column Return Value Fluent

StorageLinkCommand::argument()

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