Showing 10 of 2,044 results.

Laravel 5 Macros: Call and Callstatic

The Macroable trait implements PHP's magic __call method to intercept calls to methods when in object context that do not exist in the current class. If a macro with the given method name is found, it is evaluated and the result returned. If no...

load($namespace, $group, $locale) | The Laravel Translator

The load method internally makes a call to the load method on the current instance of the Illuminate\Translation\LoaderInterface implementation, which by default is an instance of FileLoader . The Translator additionally keeps an internal cache of...

16. Limitation of Liability. | License

IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,...

Image Tasks Table | Artisan Commands

…created will also require an additional table to be created. The image-tasks-table Artisan command may be used to add the required migration to your project. 1 php artisan social-media-image-kit:image-tasks-table After the command has finished,...

se_view Tag

The se_view tag provides a few utilities to help implement more complicated logic within your site's templates.The se_view:rendered tag can be used to check if a view has already been rendered: 1 {{ partial : my / partial / }} 2 3 {{ if { se_view...

Specifying String Rules | Formatter Configuration and Usage

Similar to excluding or including entire documents, you may also set up a list of rules that are applied to each string. For example, if we only wanted to run the feature on Blade directive or PHP strings that contain the value !tw , we could set...

16. Limitation of Liability. | License

IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,...