Factory::yieldPushContent()

string yieldPushContent(string $section, string $default = '') Get the string contents of a push section. Parameters string $section string $default Return Value string

EnvironmentCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

SQLiteGrammar::wrap()

string wrap(Expression|string $value, bool $prefixAlias = false) Wrap a value in keyword identifiers. Parameters Expression|string $value bool $prefixAlias Return Value string

Mailer::raw()

int raw(string $text, Closure|string $callback) Send a new message when only a raw text part. Parameters string $text Closure|string $callback Return Value int

CommandsServiceProvider::pathsToPublish()

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

MigratePublishCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array

Pivot::append()

$this append(array|string $attributes) Append attributes to query when building a query. Parameters array|string $attributes Return Value $this

Auth::setFacadeApplication()

static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void

FormRequest::replace()

void replace(array $input) Replace the input for the current request. Parameters array $input Return Value void

Grammar

Grammar class Grammar extends Grammar (View source) Methods array wrapArray(array $values) Wrap an array of values. from Grammar string wrapTable(Expression|string $table) Wrap a table in keyword identifiers. from Grammar string wrap(Expression|string $value, bool $prefixAlias = false) Wrap a value in keyword identifiers. from Grammar string columnize(array $columns) Convert an array of column names into a delimited string. from Grammar string parameterize(array $values) C