Creating custom global helper functions in Laravel
Laravel comes with many helper functions that you can use straight out of the box. But once in a while you find the need to extend such helper functionality with your own custom functions. But make sure the custom functionality you need to implement is not already available in the standard language (PHP) library and […]