You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 16, 2021. It is now read-only.
It's been spoken about a few times but I think the number of helpers in Laravel is pretty large at the moment. How about a rule is created where if a helper isn't much shorter than just calling the method directly, then get rid of the helper. If people like the helper and would like to use it in their own app, they can create their own alias - we can create an exception to some 'commonly used' helpers.