Laravel custom helper functions – Fast Tips

Helper functions are quite popular among Laravel developers. They provide access to some clever algorithms ready to be used in your code using a single statement. Probably the most known helper function is “url()” that allows you to generate internal application URLs. Another great helper is the “retry()” function for example: https://laravel.com/docs/11.x/helpers#method-retry Easy way to … Continue reading Laravel custom helper functions – Fast Tips