I wanted to set up a config directory where all the files automatically inside this directory will be loaded with every page.
My goal is to put a bunch of functions and defines in there so for example
config/index.php
config/defines.php
and so and have these files all automatically load every time. Anyone know how i can do that