Oscar Fanelli
Oscar Fanelli
Is someone (that manage this repo) interested in this PR?
Same here
@gaurav517 did you solve the problem?
+1 I used the classmap_generator.php of zendframework/zendframework package (https://github.com/zendframework/zendframework/blob/release-2.5.3/bin/classmap_generator.php) but actually i'm including each package as separate package, so I do not have those files anymore. How can I recover...
Meanwhile I published this: https://github.com/pensiero/zend-generators
Actually in my Module.php the `getAutoloaderConfig()` method use it: ``` public function getAutoloaderConfig() { if (getenv('ENV') == 'development') { return [ 'Zend\Loader\StandardAutoloader' => [ 'namespaces' => [ __NAMESPACE__ => __DIR__...
PS: `autoload_classmap.config.php` is the file generated by the `classmap_generator.php` script