Showing 10 of 2,044 results.

Generating Favicons

…ne and programmatically, such as from listening to Statamic events. Before we can generate favicons, we need to let Site Essentials for Statamic know what image to use as the source image. This is done by using the Favicon facade's getSourceUsing...

getErrors | Validating Workspaces

Retrieves a collection of BladeError instances for the workspace. 1 <?php 2 3 use Illuminate \ Support \ Collection ; 4 5 public function getErrors ( ) : Collection ;

Menu Item Sections | Navigation Menus

…y to the entry's URL will generate a 404 HTTP response if the item has no children. If the section navigation item does have children, navigating directly to the page will redirect the user to the first child's URL. If you'd like to learn more...

Laravel 4: Getting User Input

No matter what application you're developing, or what platform you are developing on, it is a safe bet you need to get input from your users some how. Laravel 4 provides a really convenient way to do this using the Input facade. Let's look at a...