Showing 10 of 2,145 results.

12. No Surrender of Others' Freedom. | License

If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy...

Specifying Custom Directive Names | The Document Parser

By default, the document parser does not know any custom directives available within an application. This decision was made to help keep the parser as standalone and reusable as possible. However, it is simple to teach the parser about custom...

Laravel 5: Accessing and Manipulating Session Data With session

The session function can be used to resolve the \Illuminate\Session\SessionManager instance from the service container, retrieve session values, and even set new session values. These different behaviors are controlled by the types, and number, of...

Laravel 5: Triggering Events With event

The event helper function is a convenient way to dispatch a particular $event to its listeners. An optional $payload of data can also be supplied when dispatching the event. When the event is dispatched, all its listeners will be called and any...

SORT_NATURAL | Laravel Collection Public API: sortBy

The SORT_NATURAL treats each item as a string while using a "natural ordering" algorithm to perform the sorting. The following code example shows how to use the SORT_NATURAL flag when sorting the $collection created previously (the callback...

Laravel Collection Public API: toArray

toArray The toArray method is similar to the all method in that it will return the underlying array that the collection instance is using. The difference, however, is that the toArray method will convert any object instance it can into arrays...

Acquisition and Redistribution | Licensing

Meerkat may only be obtained through official channels (the Statamic Marketplace, and those specified in the installation guide). Meerkat may redistributed only in the capacity that it is part of a larger work for a client. Repackaging, bundling,...

Technical Support | Licensing

Stillat, LLC does not offer phone support. There are no guarantees on the response timelines for support requests, most requests are responded to within 72 hours. To start a support request, ask a question, or just say hello, please contact...

hasErrorOnLine | Validating Documents

Tests if an error matching the provided properties exists on a specific line. Argument Description $line The line to check. $type The error type to check for. $context The error context. 1 <?php 2 3 use Stillat \ BladeParser \ Errors \ ErrorType ;...