int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
PDO connect(array $config) Establish a database connection. Parameters array $config Return Value PDO
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
void error(string $string, null|int|string $verbosity = null) Write a string as error output. Parameters string $string null|int|string $verbosity Return Value void
static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array
void send(string|array $view, array $data = array(), Closure|string $callback = null) Send a new message using a view. Parameters string|array $view array $data Closure|string $callback Return Value void
array saveMany(Collection|array $models, array $joinings = array()) Save an array of new models and attach them to the parent model. Parameters Collection|array $models array $joinings Return Value array
bool confirmToProceed(string $warning = 'Application In Production!', Closure|bool|null $callback = null) Confirm before proceeding with the action. Parameters string $warning Closure|bool|null $callback Return Value bool
bool isJson() Determine if the request is sending JSON. Return Value bool
string resolveName() Get the resolved name of the queued job class. Return Value string
Page 698 of 996