In my Laravel Project, I want to use Github project having just 1 file. No composer package included. This file have some formulas to calculate the result and have 7 functions.
My Question: Where to save this file in my project?
Or
Can I directly copy those functions in my controller/Model?
Please suggest.