Showing 10 of 1,089 results.

Text Extraction and Node Content Changes | Text Extraction

The text extraction methods interact with the original content analyzed by the parsers and related systems. Suppose you have changed a node's content or other properties. In that case, you will need to create a new Document instance by calling the...

GitHub For Windows: Sync Failed With Uncommitted Changes

…nturous programmer, you might even use it for your own projects or to contribute to various open source projects. GitHub is a commercial endeavor built around git , and they do fairly well for themselves, and provide a great service. If you are...

Laravel 5 Collections: Paginating Collections With forPage

The forPage method is used to implement pagination over collections. The forPage defines two parameters: $page , which is used to tell the collection which "page" should be returned and $perPage , which is used to control the number of items that...

Facade Aliases and Importing Facades | Laravel 5 Facades

…gClassName . Laravel creates aliases for all of the facades automatically, and the entire list of them can be found in the aliases array in the config/app.php file. The aliases that Laravel creates are in the global namespace, which means that...

Creating a Facade Alias | Laravel 5 Facades

Creating a facade alias is completely optional. Package developers often include the following steps in their package installation instructions, but it is not required for a facade to work. In the config/app.php file, there is an aliases...

Notes on Blade | Laravel 5 Facades

…template compilers based on a given key name. By default, the following compilers and engines are available: Compiler/Engine Name Concrete Class Implementation php Illuminate\View\Engines\PhpEngine blade Illuminate\View\Compilers\BladeCompiler...

Additional Storage Methods | Laravel 5 Facades

The Storage facade defines a few extra helper methods, both are to help make testing filesystem components within your Laravel application easier. Both of these testing methods will replace the storage disk with a local storage disk; this means...

Filter Search