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

BelongsTo::dissociate()

Model dissociate() Dissociate previously associated model from the given parent. Return Value Model

RemindersControllerCommand::confirm()

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

Application::environment()

string environment() Get or check the current application environment. Return Value string

PostgresConnection::getDoctrineConnection()

Connection getDoctrineConnection() Get the Doctrine DBAL database connection instance. Return Value Connection

MigrateCommand::hasArgument()

bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool

PostgresGrammar::compileSavepoint()

string compileSavepoint(string $name) Compile the SQL statement to define a savepoint. Parameters string $name Return Value string

RouteClearCommand::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application