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
bool isBooted() Determine if the application has booted. Return Value bool
mixed getKey() Get the value of the model's primary key. Return Value mixed
void __construct(Application $app) Create a new Cache manager instance. Parameters Application $app Return Value void
string getDefaultDriver() Get the default cache driver name. Return Value string
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
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
void setLaravel(Application $laravel) Set the Laravel application instance. Parameters Application $laravel Return Value void
Collection union(mixed $items) Union the collection with the given items. Parameters mixed $items Return Value Collection
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
Page 158 of 996