How to create custom helper functions in Laravel 5?
From the laravel official Laravel includes a variety of global “helper” PHP functions. Many of these helper functions are used by the framework itself; however, you are free to use them in your own applications if you find them convenient. Helpers are pre built utility functions in laravel which we can use directly without any… Read More »