Showing 10 of 2,133 results.

setClassComponentNamespaces | Blade Compiler

Sets and overrides all class component namespaces. In default setups, this is set to the return value of Illuminate\View\Compilers\BladeCompiler::getClassComponentNamespaces() Argument Description $namespaces The class component namespaces. 1...

Example Use | Laravel 5: String Translation Public API

In the following example, we will use the setFallback method to change the current fallback locale to it : 1 <?php 2 // Ask the Service Container for a translator instance. 3 $ translator = app ( ' translator ' ) ; 4 5 // Set the fallback locale...

Gazelle | The Statamic Add-on Roundup

The Gazelle add-on is just a way for Antlers templates to detect if the client has JavaScript enabled or not. It uses a meta redirects to indicate that JavaScript is not enabled. Not a limitation of Statamic, just a curiosity.

RouteList | The Statamic Add-on Roundup

The RouteList is another add-on that is freely available to the Statamic community (you can read specific details about it at https://github.com/JohnathonKoster/statamic-route-list-command ). I am really comfortable developing applications with...

Specifying Bard or Replicator Sets | Template IDE Hints

If you are dynamically loading a partial based on a set type (such as when creating templates for a Bard or Replicator field), you can specify which set within the corresponding blueprint applies to a file by using the special @set directive: 1...

Disabling the Preview Action | Creating Image Templates

If you need to disable the "Preview Social Media Template" action, you can update the config/social_media_image_kit/general.php configuration file and set the preview_enabled value to false : 1 <?php 2 3 return [ 4 5 // ... 6 7 /* 8...

Browser Support

Tidal makes use of Tailwind CSS 3 and Alpine.js 3 for the front-end portion of the site. Tidal should work well on the latest stable versions of the following browsers: Chrome, Firefox, Edge, Safari Tidal does not support any version of Internet...

Generating Image | Events

The GeneratingImage event is fired right before a social media image kit generates an image. The event object will have the following properties: $entry, : The entry the image will be generated for., $size, : The details from the configuration...