Global array_prepend Helper Function | Laravel 5: Adding a New Element to the Beginning of an Array With prepend
The array_prepend helper function is a shortcut to calling the Arr::prepend helper method. This function is declared in the global namespace.