Global array_divide Helper Function | Laravel 5: Splitting an Array Into It's Keys and Values with divide
The array_divide function is a shortcut to calling Arr::divide . This function is declared in the global namespace.
Showing 10 of 2,133 results.
The array_divide function is a shortcut to calling Arr::divide . This function is declared in the global namespace.
The array_wrap helper function is a shortcut to calling Arr:wrap . This function is declared in the global namespace.
The str_finish function is a shortcut to calling Str::finish . This function is declared in the global namespace.
The array_pull function is a shortcut to calling Arr::pull . This function is declared in the global namespace.
…kat makes it easier than ever to integrate into your existing Statamic site by providing familiar features and syntax. Meerkat provides support for the Antlers templating system out-of-the-box, and before going further it is recommended you catch...
The snake_case function is a shortcut to calling Str::snake . This function is declared in the global namespace.
Meerkat provides a wide range of default values you can use to build your comment threads in addition to any custom values specified in your blueprint . In addition to the default variables and blueprint values, Meerkat addons can also provide...
The ends_with function is a shortcut to calling Str::endsWith . This function is declared in the global namespace.
The str_replace_last function is a shortcut to calling Str::replaceLast . This function is declared in the global namespace.
The xUaCompatible helper method queues a <meta http-equiv="X-UA-Compatible" content="..."> tag. By default it uses IE=edge as the content. 1 <?php 2 3 use Stillat \ StatamicSiteEssentials \ Support \ Facades \ Metadata ; 4 5 Metadata :: general (...