Showing 10 of 1,090 results.

Example Use | Laravel 5.5 String Helper Function: studly

Let's take a look at a few examples to see how this would format a few example strings. The string returned will appear above the function call as a comment. In fact, all of the function calls below will return the string MyWords : 1 use...

Pascal Case | Laravel 5.5 String Helper Function: studly

Laravel's studly method can also be used to generate Pascal Cased style strings. Both styles are the same as camel case with the first letter capitalized. Because the studly method does not affect the case of any letters after the first letter, we...

Filter Search