I am creating a PHP library of the functions and snippets I use most.
I am trying to set the library project up so that I can use it across other projects.
Currently I have it in the global include folder and the autocomplete for my functions is working well.
However when I run the functions I receive an error because they are not included how do I go about finding them to include them. Or is there a way for me to auto copy them into the source folder of the second project.
I am creating a PHP library of the functions and snippets I use most.
Share
Add path to your library into
include_pathin your php.ini