Showing 10 of 1,278 results.

setCompileCoreComponents | Blade Compiler

Sets whether to compile core Laravel component tags. When set to false, the internal component tag compiler will not compile Laravel component tags (<x-, <x:, etc.). Argument Description $compileCoreComponents Whether to compile core Laravel...

Creating the Tag Method | Building a Simple Statamic Request Addon

…t parameter will get stored in the $queryParameter variable within our tag's method body. The next thing that we want to do is actually determine whether or not the request contains whatever input was specified. Since Statamic is built on top of...

An Introduction to Laravel's Artisan Console

The Artisan Command Line Environment (CLI) is a terminal based application that can be used to ease development with Laravel. Artisan ships with many commands by default as well as exposes APIs to create your own custom commands. Many of the...

Disabling Vite File Hashes

…he system. I thought this might be one of those "seems simple but eats eight hours of my day" things, but turns out it was actually incredibly simple. My new vite.config.js file now looks like this: 1 import { defineConfig } from ' vite ' ; 2...

Special Cases for Laravel's Singular Pluralization Feature

Any words, or word endings, in the following table will not be affected by the singular method. This is either because the resulting word is already singular, or because there is no inflection available. Word endings are denoted by the prefix * :...

Filter Search