Showing 10 of 2,133 results.

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

Laravel Collection Public API: __toString

__toString() When a Collection instance is cast into a string, its JSON representation is returned as the result. Internally this is accomplished by returning the results of the collection's toJson (discussed in the Laravel Collection Public API:...

Site Settings

A few properties of your site can be configured by using the "Site Settings" global, directly within the control panel: Site Name, : Controls the title that appears on the site (, important, : make sure to also update your site's, APP_NAME,...