Forum


Replies: 2   Views: 1618
Psr-4 compliance
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by net7  · 22-12-2020 - 10:01

Great! Adding the path on "classmap" worked!
Just for information, at first I thought that I could solve that problem in this way:
 

"psr-4": {
    "Phpdocx\\": "src/lib/phpdocx/Classes/"
}

...and it worked so far, to be honest.
But now the "classmap solution" is definitive.
Thanks a lot!