Search

Showing 7 of 1,216 result(s)

/blog/2017/11/30/laravel-55-string-helper-method-snake#content-global-snakecase-helper-function

The snake_case function is a shortcut to calling Str::snake . This function is declared in the global namespace.

/blog/2017/11/30/laravel-55-string-helper-method-title#content-example-use

The title_case helper function is a shortcut to calling Str::title . This function is declared in the global namespace.

/blog/2017/12/06/laravel-5-string-helpers-generating-random-strings#content-example-use

It should also be noted that the random method remove the following characters: Character / + = RuntimeException A RuntimeException will be thrown if a call is made to random without the OpenSSL extension installed. The following examples show...

/blog/2017/12/06/laravel-5-string-helpers-generating-random-strings#content-global-strrandom-helper-function

The str_random function is a shortcut to calling Str::random . This function is declared in the global namespace.