Queue connect(array $config) Establish a queue connection. Parameters array $config Return Value Queue
array composers(array $composers) Register multiple view composers via an array. Parameters array $composers Return Value array
void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void
static Model forceCreate(array $attributes) Save a new model and return the instance. Allow mass-assignment. Parameters array $attributes Return Value Model
static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array
static mixed first(array $array, callable $callback = null, mixed $default = null) Return the first element in an array passing a given truth test. Parameters array $array callable $callback mixed $default Return Value mixed
array relationsToArray() Get the model's relationships in array form. Return Value array
mixed getAuthIdentifier() Get the unique identifier for the user. Return Value mixed
MySqlGrammar class MySqlGrammar 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
string getQualifiedKeyName() Get the table qualified key name. Return Value string
Page 255 of 996