Showing 10 of 1,085 results.

Acquisition and Redistribution | Licensing

…edistributing that, is, okay,, Transferring licenses to a client, is, okay,, Customizing the Meerkat addon and/or Core and distributing that to a client, is, okay,, Customizing the Meerkat addon and/or Core and making it available outside of a...

Creating Versions | Managing Projects and Versions

…on pages. Each version within a project has a few components to make everything work: Dedicated Collection, : Each version's contents are managed in its own dedicated ordered collection. The collection's route settings control the front-end...

Laravel Security Helper Function: e for HTML Entities

The e function is a simple wrapper of PHP's htmlentities function. The e function utilizes the UTF-8 character encoding. The e function will sanitize user input when displaying it to the browser. The signature for the e helper function is:...

Laravel URL Helper Function: action

action($name, $parameters = [], $absolute = true) The action helper function can be used to generate a URL to a controller action, which is supplied as an argument to the $name parameter. If the controller action requires or accepts parameters...

Image Resources for Applications and Blogs

A common problem faced by blog authors, site hobbyist, start-ups, etc. is sourcing high-quality images without breaking the bank. Believe it or not, there are many resources available online that make amazing images available at no cost for both...

Example Use | Laravel 5 String Helpers: Pluralization and Strings

…ld be pluralized, and the $count of the items. If the $count is equal to 1 , the original $value is returned. 1 use Illuminate \ Support \ Str ; 2 3 // cow 4 echo Str :: plural ( ' cow ' , 1 ) ; 5 6 // cows 7 echo Str :: plural ( ' cows ' ) ; 8 9...

Laravel String Helper Function: snake

The snake helper method replaces all uppercase letters within the string with the lower cased variant prefixed with the given $delimiter . The only exception to this rule is that if the first character of the string is capitalized, it will be...

Laravel String Helper Function: title

This method will convert the given $value to look like a traditional print title. This method essentially will transform the entire $value to its lower cased equivalent and then uppercase the first character of each word it finds. This method may...

Locale Alternate | Open Graph Metadata

The localeAlternate method queues multiple <meta property="og:locale:alternate" content=".."> tags. By default it will use the of the current entry. The logic for this is similar to the following example: 1 <?php 2 3 use Stillat \...

Filter Search