Showing 10 of 2,145 results.

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

Antlers: Building Beautiful Websites with Statamic

Antlers: Building Beautiful Websites with Statamic is the essential resource for Statamic developers aiming to master Antlers. This powerful templating engine powers Statamic CMS. Written clearly and concisely, this guide walks you through core...

Xdebug and var_dump

If you are using Xdebug with PHP and are using the var_dump function it is important to note that Xdebug will limit var_dump 's depth when dumping information about a variable. By default this limit is 3 and can easily be identified by the...

Installation and Upgrade Guide

…ser , simply run the following command at the root of your project: 1 composer require stillat/meerkatUpgrading your site from Meerkat 2 to Meerkat 3 should be relatively painless for most sites. However, please note the following major changes...

Laravel Artisan Generator Command: The make:auth Command

The make:auth command can be used to generate login and registration views, a basic HomeController controller and routes that can be used for basic authentication tasks. It accepts the optional flag --views which can be used to only generate the...