Command::getLaravel()

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

ScheduleRunCommand::warn()

void warn(string $string, null|int|string $verbosity = null) Write a string as warning output. Parameters string $string null|int|string $verbosity Return Value void

Translator::choice()

string choice(string $key, int|array|Countable $number, array $replace = array(), string $locale = null) Get a translation according to an integer value. Parameters string $key int|array|Countable $number array $replace string $locale Return Value string

User::belongsTo()

BelongsTo belongsTo(string $related, string $foreignKey = null, string $otherKey = null, string $relation = null) Define an inverse one-to-one or many relationship. Parameters string $related string $foreignKey string $otherKey string $relation Return Value BelongsTo

Storage::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application

Envoy Task Runner

Envoy Task Runner Introduction Installation Writing Tasks Setup Variables Stories Multiple Servers Running Tasks Confirming Task Execution Notifications Slack Introduction Laravel Envoy provides a clean, minimal syntax for defining common tasks you run on your remote servers. Using Blade style syntax, you can easily setup tasks for deployment, Artisan commands, and more. Currently, Envoy only supports the Mac and Linux operating systems.

MorphToMany::initRelation()

array initRelation(array $models, string $relation) Initialize the relation on a set of models. Parameters array $models string $relation Return Value array

ValidatesWhenResolved

ValidatesWhenResolved interface ValidatesWhenResolved (View source) Methods void validate() Validate the given class instance.

SQLiteGrammar::compileColumnExists()

string compileColumnExists(string $table) Compile the query to determine the list of columns. Parameters string $table Return Value string

Grammar::compileUpdate()

string compileUpdate(Builder $query, array $values) Compile an update statement into SQL. Parameters Builder $query array $values Return Value string