I have 106 PHP files present in folder. This folder is included (copied the folder in application folder) in all the web-application, which I have develop but the problem is, if I implement any change in code than I have to replicate that change in all the applications.
Is there any way through which I can share this folder in all web-application or domains which are hosted on same server?
I have tried using outside htdocs
folder but things does not worked as I thought.
Kindly Guide.