If your helpers.php is growing a lot your application will end up with functions being called here and there. Use helpers as the last resort of quickly calling methods, such as convert database time to user time, format a name, etc.
Implementing reusable classes is more object oriented and will save your time in the long run.
you can include all files in a directory by opening the directory and including files in a loop. see example:
http://stackoverflow.com/questions/26174024/composer-autoload-multiple-files-in-folder
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community