I have been looking around the net with no luck on this issue. I am using composer's autoload with this code in my composer.json
:
"autoload": {
"psr-0": {"AppName": "src/"}
}
But I need to autoload at a higher level than the vendor folder.
Doing something like this does not work:
"autoload": {
"psr-0": {"AppName": "../src/"}
}
Does anyone know a fix or how I can do this?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…