Showing 10 of 1,204 results.

Translation Namespaces | Laravel Localization: The File Loader

To prevent conflicts between multiple vendors using the same group names for a particular locale, the translator component allows the usage of "namespaces". Namespaces are a way to refer to a specific collection of locales and groups, where...

Prettier 3 Plugin | Formatting

An Antlers formatter is provided as a Prettier 3 plugin. You will need to install and configure Prettier separately from the Antlers Toolbox Visual Studio extension. To install and enable the Antlers plugin for Prettier 3 make sure to install...

Introduction | How Does PHP Work With The Web Server And Browser?

PHP is a popular server-side language that is fantastic for web applications. Some of the largest companies and organizations from around the world utilize PHP for their operations (some of them you probably use every single day). A large amount...

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

Defining Task Schedules | Laravel Task Scheduler: An Introduction

…The schedule method provides access to the shared Schedule instance (provided by the Illuminate\Foundation\Console\Kernel base class): 1 <?php 2 3 namespace App \ Console ; 4 5 // ... 6 7 /** 8 * Define the application's command schedule. 9 * 10...

User and Visitor Data Privacy

Meerkat allows site administrators to collect less data about their visitors, and make it easier than ever to comply with local laws, customs, and be completely transparent with their users. Meerkat allows you to make visitor names and email...

Laravel 5.5 String Helper Function: studly

Studly caps is a way of formatting text with capital letters, according to some pattern. Laravel's pattern is to remove the following word separators and capitalize the first letter of each word it finds (while not affecting the case of any other...

Filter Search