RedisServiceProvider::pathsToPublish()

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

PolicyMakeCommand::argument()

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

BelongsTo

BelongsTo class BelongsTo extends Relation (View source) Methods void __construct(Builder $query, Model $parent, string $foreignKey, string $otherKey, string $relation) Create a new belongs to relationship instance. void addConstraints() Set the base constraints on the relation query. void addEagerConstraints(array $models) Set the constraints for an eager load of the relation. array initRelation(array $models, string $relation) Initialize the relation on a set of models.

SQLiteConnector::connect()

PDO connect(array $config) Establish a database connection. Parameters array $config Return Value PDO Exceptions InvalidArgumentException

Builder::latest()

Builder|Builder latest(string $column = 'created_at') Add an "order by" clause for a timestamp to the query. Parameters string $column Return Value Builder|Builder

SimpleMessage::line()

$this line(Action|string $line) Add a line of text to the notification. Parameters Action|string $line Return Value $this

Repository::sear()

mixed sear(string $key, Closure $callback) Get an item from the cache, or store the default value forever. Parameters string $key Closure $callback Return Value mixed

Builder::useWritePdo()

$this useWritePdo() Use the write pdo for query. Return Value $this

LengthAwarePaginator::getUrlRange()

string getUrlRange(int $start, int $end) Create a range of pagination URLs. Parameters int $start int $end Return Value string

Compiling Assets (Laravel Elixir)

Compiling Assets (Laravel Elixir) Introduction Installation & Setup Running Elixir Working With Stylesheets Less Sass Stylus Plain CSS Source Maps Working With Scripts Webpack Rollup Scripts Copying Files & Directories Versioning / Cache Busting BrowserSync Introduction Laravel Elixir provides a clean, fluent API for defining basic Gulp tasks for your Laravel application. Elixir supports common CSS and JavaScript pre-processors like Sass and Webpack. Using method chaining, Elixir