BeanstalkdQueue::deleteMessage()

void deleteMessage(string $queue, string $id) Delete a message from the Beanstalk queue. Parameters string $queue string $id Return Value void

DatabaseNotification::__toString()

string __toString() Convert the model to its string representation. Return Value string

SeedServiceProvider::commands()

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

SQLiteGrammar::compileSavepoint()

string compileSavepoint(string $name) Compile the SQL statement to define a savepoint. Parameters string $name Return Value string

Password::shouldReceive()

static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation

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

Storage::swap()

static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void

AuthenticatesAndRegistersUsers::register()

Response register(Request $request) Handle a registration request for the application. Parameters Request $request Return Value Response

Authenticatable::getRememberTokenName()

string getRememberTokenName() Get the column name for the "remember me" token. Return Value string

Factory::replacer()

void replacer(string $rule, Closure|string $replacer) Register a custom implicit validator message replacer. Parameters string $rule Closure|string $replacer Return Value void