Collection::isEmpty()

bool isEmpty() Determine if the collection is empty or not. Return Value bool

Blueprint::dropUnique()

Fluent dropUnique(string|array $index) Indicate that the given unique key should be dropped. Parameters string|array $index Return Value Fluent

RouteClearCommand::info()

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

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

PostgresGrammar::getOperators()

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

DatabaseStore::forget()

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