ReminderRepositoryInterface

ReminderRepositoryInterface interface ReminderRepositoryInterface (View source) Methods string create(RemindableInterface $user) Create a new reminder record and token. bool exists(RemindableInterface $user, string $token) Determine if a reminder record exists and is valid. void delete(string $token) Delete a reminder record by token. void deleteExpired() Delete expired reminders.

InteractsWithConsole

InteractsWithConsole trait InteractsWithConsole (View source) Methods int artisan(string $command, array $parameters = array()) Call artisan command and return code.

HasElement::matches()

bool matches(Crawler|string $crawler) Check if the element is found in the given crawler. Parameters Crawler|string $crawler Return Value bool

EncryptedStore::setRequestOnHandler()

void setRequestOnHandler(Request $request) Set the request on the handler instance. Parameters Request $request Return Value void

ConfigClearCommand::info()

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

DatabaseStore::forget()

bool forget(string $key) Remove an item from the cache. Parameters string $key Return Value bool

PostgresGrammar::getOperators()

array getOperators() Get the grammar specific operators. Return Value array

DownCommand::setLaravel()

void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void

RedisStore::forget()

bool forget(string $key) Remove an item from the cache. Parameters string $key Return Value bool

ProviderMakeCommand::table()

void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void