Autoload of composer does not find class 2

1

I saw a question similar to mine, but I tried the proposed solution and did not find the class at all. I'm already getting discouraged in using the composer autoloader.

Important: My environment is Windows (Server 2016) with IIS. the physical structure of my directory looks like this:

Mycomposer.json(sameindex.phpdirectory)lookslikethis:

Myindexlookslikethis:

MySettingsclasslikethis:

I have tried several variations on the use and the namespace. The answer is always the same:

  

Fatal error: Uncaught Error: Class 'EDAnT \ Settings' not found in D: \ WEB \ WS \ edant \ index.php: 9 Stack trace: # 0 {main} thrown in D: \ WEB \ WS \ edant \ index.php on line 9

Where am I going wrong?

    
asked by anonymous 27.05.2018 / 05:21

0 answers