Showing 10 of 2,133 results.

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

Installation | Formatting CLI

The command line Antlers formatter can be installed with npm using the following command: 1 npm install antlers-formatter -g

Laravel ViewErrorBag Public API: hasBag

…ayments' MessageBag instance 26 // exists. 27 // 28 // true 29 $ doesExist = $ viewErrorBag -> hasBag ( ' payments ' ) ;This article is part of a mini-series all about Laravel's View Error Bags. Each of these articles can be found here: An...