Showing 10 of 1,322 results.

Creating Simple HTTP Redirect Routes from a Statamic Site

I've recently been working on consolidating a number of websites. A common task when doing so is ensuring that all existing paths on separate domains are correctly redirecting to their new home. There are dedicated services that can handle these...

Overview | Validating Blade

This documentation page is intended for those looking to implement their own Blade validators, or are curious to learn more about the system. If you are interested in running existing validators against your Laravel project, consider reading the...

14. Revised Versions of this License. | License

The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or...

Building a Simple Statamic Request Addon

…we will look at building a really simple Statamic addon. The addon we will build will let us determine if the incoming web request to our site has a specific query parameter; this will allow us to have greater control in the way our site reacts...

The Laravel Application Console Kernel

…nd when to automatically execute various commands and tasks (by using the task scheduler). It is important to note that while this the application and console kernels are separated into their own sections, they are the same thing, and are only...

Unpaired Conditions | The Validate Command

Class : UnpairedConditionValidator The unpaired condition validator will emit validation errors if any condition directives ( if , elseif , else , etc.) are not paired with another directive. The following template: 1 @if ( $ this ) 2 3 @elseif (...

Filter Search