Search

Showing 7 of 1,975 result(s)

/search-report-for-statamic/v1/introduction-installation

Search Report for Statamic is a simple Control Panel and utility addon that allows you to log searches made on your site, and view them within Statamic's Control Panel.Search Report for Statamic can be installed by running the following command...

/site-essentials-for-statamic/v1/metadata-overview#content-front-end-templating

In order for meta and link tags to appear in the output of your templates, you will need to use the se_meta Antlers tag. You should remove all hardcoded meta/link tags that you will be managing using the metadata builders so duplicates do not...

/social-media-image-kit/v1/artisan-commands#content-generate-images

The generate-images Artisan command may be used to generate images for all configured collections. It can be invoked by running the following command from the root of your project: 1 php artisan social-media-image-kit:generate-images This command...

/social-media-image-kit/v1/creating-image-templates

Social Media Image Kit creates images by rendering Antlers or Blade templates and converting the results to an image. By default, templates must be stored within the following folder: 1 resources/views/social-media-image-kit/ A very basic template...

/tidal-starter-kit/v1/navigation-menus#content-customizing-the-main-navigation-menu

The main structure of the "Docs" navigation menu comes from the currently active version's structured collection. The relative hierarchy within this collection will be preserved when rendering the menu. To render the current version's menu within...

/blog/2014/12/13/semantic-ui-paginator-for-laravel-4#content-step-11-the-getactivepagewrapper-method

This method gets called by Laravel when it is rendering a link for whatever page the user is currently on. Our method for Semantic UI will look like this: It simply wraps the active page's name in a div with the CSS classes active and item .

/blog/2016/11/21/laravel-facades-part-four-facade-class-reference#content-additional-cookie-methods

The Cookie facade defines two additional methods. These methods access other, related, components. These methods exist to simplify accessing related components.