Showing 10 of 1,214 results.

Laravel 4: Be Careful With Your After Filters

Laravel 4 provides a convenient after filter. This filter will run after your routes and controllers have run. There are many awesome things you can do in the filter, such as logging, or checking various things. A basic usage of this filter might...

Laravel 5: Generating HTTPS URLs With secure_url

The secure_url helper function can be used to generate secure, fully qualified URLs to a given $path . You can also supply additional data that will be added as a query string by supplying an argument for the $parameters parameter. The secure_url...

validate | Validating Documents

…ladeValidator instance. After validation is complete, any produced validation errors will be available through the getErrors() method, as well as the getValidationErrors() method to retrieve only the validation errors. 1 <?php 2 3 use Stillat \...

Document Static API | Blade Documents

…tic API is that internally it will use the Laravel service container to resolve its dependencies. It does this through a DocumentFactory, the behavior of which can be changed by library users. For more details, see the implementation at...

Multiple Pagination Instances | Responses and Replies

…ons were careful to mention that some values apply to the "current instance". This is because Meerkat allows you to have multiple threads on a single page, and if they are paginated, you probably don't want all instances to share the same page...

7. Additional Terms. | License

…r more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only...

Filter Search