Showing 10 of 1,090 results.

Notes on Blade | Laravel Facades Part Four: Facade Class Reference

…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...

Laravel 5: Generating URLs With url

The url helper function is a versatile function that can be used to generate a URL to a given path or return an instance of the configured Illuminate\Contracts\Routing\UrlGenerator implementation (by default this is an instance of...

Generating Secure URLs | Laravel 5: Generating URLs With url

To generate secure URLs using the url helper function, supply an argument with the truth value of true to the $secure parameter. To generate secure URLs that do not require parameters simply supply an empty array [] as the argument for $parameters...

4. Conveying Verbatim Copies. | License

…nvey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any...

Example Use | Laravel 5: Excluding Items From an Array With except

The following examples assume that the $_POST super-global contains the following information: 1 array { 2 [ " first_name " ] " John " 3 [ " last_name " ] " Doe " 4 [ " password " ] " some_password " 5 } We could easily get all the information...

Simple Filter Parameters | Basic Filtering

…_spam = " true " }} 2 3 < ul > 4 {{ comments }} 5 < li > 6 < p > {{ author . name }} says: {{ content }} </ p > 7 </ li > 8 {{ /comments }} 9 </ ul > 10 11 {{ /meerkat : responses }} Important Note Regarding Truthiness The simple default...

Filter Search