Hello I am creating a big Laravel application.
I want to create a punch of helper functions (may be 1000 functions) to be used in templates and modules within the application.
What is the best practice to do these helpers?
- Using helpers class and put functions inside class
- Using functions and autoload helper files