OptimizeServiceProvider::register()

void register() Register the service provider. Return Value void

FileViewFinder::addNamespace()

void addNamespace(string $namespace, string|array $hints) Add a namespace hint to the finder. Parameters string $namespace string|array $hints Return Value void

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

LengthAwarePaginator::getUrlRange()

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

Builder::useWritePdo()

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

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::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

SQLiteConnector::connect()

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

ViewErrorBag::__set()

void __set(string $key, MessageBag $value) Dynamically set a view error bag. Parameters string $key MessageBag $value Return Value void