ConfigCacheCommand::run()

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

SqlServerConnector::connect()

PDO connect(array $config) Establish a database connection. Parameters array $config Return Value PDO

FlushFailedCommand::confirm()

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

Command::error()

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

BusServiceProvider::pathsToPublish()

static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array

Mailer::send()

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

MorphToMany::saveMany()

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

ResetCommand::confirmToProceed()

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

Request::isJson()

bool isJson() Determine if the request is sending JSON. Return Value bool

DatabaseJob::resolveName()

string resolveName() Get the resolved name of the queued job class. Return Value string