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.