Showing 10 of 2,145 results.

Troubleshooting

The most common issue to encounter when attempting to generate favicons is the lack of the ImageMagick PHP extension when using the default ImageMagick driver. If you've installed the required PHP extension and receiving errors like unable to open...

Empty Condition Expressions | The Validate Command

Class : EmptyConditionValidator The empty condition expressions validator emits a validation error when conditional directives do not contain an expression. The following template: 1 @if 2 3 @else 4 5 @endif will emit the following validation...

Laravel 5: Get the Current Date With today

The today helper function is similar to the now helper function in that it returns a Carbon for the current date, however, the difference is that the today helper function only returns the date component; the time component is set to 00:00:00 ....

Search Results Tag

Documentation Search provides a {{ documentation:results }} Antlers tag, which behaves similarly to Statamic's search tag . The documentation results tag adds the following capabilities to Statamic's default search tag: Related search results can...

Installing Dependencies | Contributing

Once your environment has the required software and tools available, we must download the source code for both the Visual Studio Code extension and the language server. To do this, either clone or download the...

Thoughts on a "Guidance Engine"

A while ago I wrote this post about all the curated lists of "awesome" things you can find on GitHub. There is an "awesome" list now for almost any programming topic out there. A lot of these lists are interconnected, even if they were not...

Specifying String Rules | Formatter Configuration and Usage

Similar to excluding or including entire documents, you may also set up a list of rules that are applied to each string. For example, if we only wanted to run the feature on Blade directive or PHP strings that contain the value !tw , we could set...

Message Tags | Laravel String Pluralization

Message tags act as a sort of comment to help explain the various translation messages when dealing with pluralization. Tags appear at the beginning of a translation message, contain no spaces and end with one colon character ( : ). The following...