Showing 10 of 2,055 results.

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

The where Filter | The "where" Filters

…t property, a comparison operator, and a check value as its arguments. You may refer to the comment properties documentation to see what is available when using this filter (custom addon values are also supported). The following example...