File of common functions among various projects in Laravel

0

I am developing a large web project, a project that is a cluster of subprojects programmed in Laravel. Of course, this project has many common functions to be used between several files and classes of each of these subprojects. What I would like to know is how to create a common functions file to be used between all these subprojects and how best to do this for a project with a large scalability curve.

    
asked by anonymous 24.05.2018 / 21:39

0 answers