Search

Showing 7 of 1,697 result(s)

/blade-parser/v1/compiling-documents#content-modifying-compiler-behavior

However, there are times when it may be beneficial to change the behavior of the compiler. To do this, we can supply an instance of the Stillat\BladeParser\Document\DocumentCompilerOptions class, which will then be used internally to modify the...

/blade-parser/v1/the-validate-command#content-configuring-the-validate-command

…s list to disable individual validators., phpstan, : This option allows you to disable the, phpstan, integration. Set this value to, false, to not run PHPStan or Larastan on the compiled output when, validate:blade, is invoked.,...

/meerkat/basic-filtering#content-an-introduction-to-filter-expressions

The basic filters cover the vast majority of filtering use-cases, but do not account for everything. Because of this, Meerkat's responses tag accepts a filter parameter. The filter parameter accepts a single filter expression as its only argument....

/site-essentials-for-statamic/v1/manifest-front-end-templates

There are two ways to add the web manifest HTML tag(s) to your site's front-end templates: the dedicated Antlers tag and the metadata provider.The se_web_manifest Antlers tag may be used to output the HTML tag for your site's generated manifest...

/antlers-toolbox/template-ide-hints#content-specifying-bard-or-replicator-sets

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...

/blog/2014/07/28/laravel-paginator-pretty-urls#content-creating-the-route

…ing to use a function called getShowResults in our UsersController . We can express this in our routes.php file like this: The Paginator::getPageName() will just add the default pagination page name in our route, which is page by default. The...

/blog/2016/11/20/laravel-application-helper-function-back

back($status = 302, $headers = []) The back helper function is used to create a redirect response to the user's previous location. It defines two parameters which can be used to control the status code and headers of the response. An integer...