Standardize Laravel Helpers #47471
Unanswered
rmunate
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Repositorio GITHUB
I have worked for many years with Laravel, and I have seen that in almost all projects the Helpers are created in different ways in different paths and folders, I have seen people who start using the Framework that when they see the syntax of a Helper similar to that of a PHP own function try to use the function on another system. After seeing this I wanted to standardize the process of creating Helpers, I would like to provide the feature and that a standard for creating helpers for developing systems, easy to use and implement, can be included in the official documentation.
Spanish:
He trabajado durante muchos años con Laravel, y he visto que en casi todos los proyectos se crean los Ayudantes de formas diferentes en rutas y carpetas diferentes, he visto a personas que inician a usar el Framework que al ver la sintaxis de un Ayudante similar a la de una función propia de PHP intentan usar la función en otro sistema. Después de ver esto quise estandarizar el proceso de creación de Helpers, me gustaría aportar la característica y que se pueda incluir en la documentación oficial un estándar para la creación de los ayudantes de los sistemas en desarrollo, fácil de usar e implementar.
Beta Was this translation helpful? Give feedback.
All reactions