I have a directory of PHP scripts ( mainly utilities), that is located on C:\Development
, whereas my Symfony application is located in D:\Development
.
How to include the utility scripts into the Symfony application? I try not to use include()
because I prefer a symfony-like command.