Showing 10 of 2,044 results.

lastOfType | Querying Document Nodes

Locates the last instance of the provided node type in the document. Argument Description $type The node type. 1 <?php 2 3 use Stillat \ BladeParser \ Nodes \ AbstractNode ; 4 5 public function lastOfType ( 6 string $ type 7 ) : AbstractNode ;...

Laravel Application Helper Function: factory

factory() The factory function is used to create Eloquent models, generally used when testing an application. The factory method can generally take one of four forms: 1 <?php 2 3 // Return an instance of the 'User' model. 4 $ user = factory ( '...

Laravel Helper Function: session

session($key = null, $default = null) The session function is a versatile function. It can be used to return the \Illuminate\Session \SessionManager instance, to set session values and to retrieve session values.

Charset | General Metadata

The charset method queues a <meta charset="..." > tag. It defaults to utf-8 , but can be overridden: 1 <?php 2 3 use Stillat \ StatamicSiteEssentials \ Support \ Facades \ Metadata ; 4 5 Metadata :: general ( ) -> charset ( ) ; 6 Metadata ::...

Development (Trial) Access | Licensing

Meerkat is free to use locally during official beta and testing periods. Meerkat may also be used locally during the development process of your site without a license key.

Supported Statamic Versions | Licensing

The development of Meerkat 3 will target the latest Statamic release. Meerkat 1 for Statamic 2 and Meerkat 2 for Statamic 3 are no longer officially supported.

Refunds | Licensing

Stillat, LLC offers refunds on software within 14 days of purchase . Please contact refunds@stillat.com for assistance. All users are encouraged to take advantage of the free development access and unlimited trial periods (in non-production...

Contact Us for Questions | Licensing

If you have any questions about these Terms, you may contact us the following ways: Stillat, LLC PO Box 313 31 1st Ave NE Mayville, ND 58257-9998 hello@stillat.com

Previewing Templates/Development Mode | Creating Image Templates

By default Social Media Image Kit registers a "Preview Social Media Template" action. This action item will appear for all entries where Social Media Image Kit has been enabled. Activating this action for an entry will redirect you to a page where...