Showing 7 of 1,697 result(s)
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...
…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.,...
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....
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...
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...
…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...
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...