Creating your own PHP helper functions in Laravel

Laravel provides us with many built-in helper functions that you can call anywhere within your application. They make you workflow convenient for working with arrays & objects, paths, strings, URLs and other types. Although there are many helper functions defined in the laravel core, you can define your own helper functions in laravel to avoid … Continue reading Creating your own PHP helper functions in Laravel