Showing 10 of 1,322 results.

Laravel Application Helper: database_path

database_path($path = '') The database_path function can be used to retrieve the path to the database directory. It can also be used to construct paths relative to the database directory by supplying a $path . The following examples will assume...

Search Results Tag

…h behaves similarly to Statamic's search tag . The documentation results tag adds the following capabilities to Statamic's default search tag: Related search results can be grouped together,, Query transformers are applied to user search...

How the Parser Interacts with Other Features | Core Concepts

The Document Parser provides a list of parsed nodes, or AST, to almost every other feature within the library. The following diagram gives a surface-level overview of how the library is structured: The document parser receives a Blade template as...

Step 2: The Paginator View | Semantic UI Paginator for Laravel 4

…wherever you want. I named mine paginator.php in a folder that I named semantic . The paginator view looks like this: 1 <?php 2 $ presenter = new SemanticPresenter ( $ paginator ) ; 3 ? > 4 5 <?php if ( $ paginator -> getLastPage ( ) > 1 ) : ? >...

Laravel Application Helper: app_path

app_path($path = '') The app_path will return the full path to the Laravel application directory (which is named app by default). The exact value returned by calling app_path is dependent on the specific folder structure where the application is...

Configuring Favicon Sizes | Favicon Configuration

Additional favicon sizes can be managed within your site's site_essentials/favicons.php configuration file. All favicons must have the following properties: rel, : Added to the output link tag's, rel, attribute, format, : The image format to...