void commands(array $commands) Register the package's custom Artisan commands. Parameters array $commands Return Value void
void setPath(string $path) Set the path currently being compiled. Parameters string $path Return Value void
void flush() Remove all items from the cache. Return Value void
static void clearResolvedInstances() Clear all of the resolved instances. Return Value void
bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
string createdAt() Get the name of the "created at" column. Return Value string
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 fire() Execute the console command. Return Value void
DispatchesCommands deprecated trait DispatchesCommands (View source) deprecated since version 5.1. Use the DispatchesJobs trait directly. Traits DispatchesJobs
void register() Register the service provider. Return Value void
Page 668 of 996