Closed amostajo closed 3 years ago
Hi @amostajo can you post a complete example of your code, including your autoload statement? It should contain something like require dirname(DIR).'/vendor/autoload.php'; (can be somewhat different, depending on where your script resides).
I have installed the package via composer and placed the exact code sample:
And then in the script:
Got this error in return:
Note, that composer is working well on my project, this is the only package that is presenting autoloading problems.
Regards.