DatabaseNotification::forceDelete()

bool|null forceDelete() Force a hard delete on a soft deleted model. This method protects developers from running forceDelete when trait is missing. Return Value bool|null

Application::isBooted()

bool isBooted() Determine if the application has booted. Return Value bool

DatabaseNotification::getKey()

mixed getKey() Get the value of the model's primary key. Return Value mixed

CacheManager::__construct()

void __construct(Application $app) Create a new Cache manager instance. Parameters Application $app Return Value void

CacheManager::getDefaultDriver()

string getDefaultDriver() Get the default cache driver name. Return Value string

NotificationMakeCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool

RemindersTableCommand::secret()

string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string

ListenCommand::setLaravel()

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

SortedMiddleware::union()

Collection union(mixed $items) Union the collection with the given items. Parameters mixed $items Return Value Collection

ListenCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int