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
Model dissociate() Dissociate previously associated model from the given parent. Return Value Model
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
string environment() Get or check the current application environment. Return Value string
Connection getDoctrineConnection() Get the Doctrine DBAL database connection instance. Return Value Connection
bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool
string compileSavepoint(string $name) Compile the SQL statement to define a savepoint. Parameters string $name Return Value string
Application getLaravel() Get the Laravel application instance. Return Value Application
Page 492 of 996