Composer does not generate autoloader information (autoload_namespaces.php)
问题 I have trouble getting a project correctly installed through composer. I have a own custom package (library) hosted in a non public git repo (but centralized) which is fetched by composer (dummy project containing a composer.json just for testing my package). So the structure is like that: /test/project/composer.json index.php Content of composer.json: { "name": "vendor/test", "description": "Test-description", "authors": [{ "name": "Benjamin Carl", "email": "email@testdomain.com", "homepage"