-
-
Notifications
You must be signed in to change notification settings - Fork 10
Class Map Generator removed #1
Comments
+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 a classmap_generator.php file? Originally posted by @pensiero at zendframework/zend-loader#12 (comment) |
Meanwhile I published this: https://github.com/pensiero/zend-generators Originally posted by @pensiero at zendframework/zend-loader#12 (comment) |
A classmap generator shouldn't be needed at all if you just rely on composer's... Originally posted by @Ocramius at zendframework/zend-loader#12 (comment) |
Actually in my Module.php the
should I replace it with something else? Originally posted by @pensiero at zendframework/zend-loader#12 (comment) |
PS: Originally posted by @pensiero at zendframework/zend-loader#12 (comment) |
@pensiero just move all that stuff in your Originally posted by @Ocramius at zendframework/zend-loader#12 (comment) |
Am I good this way?
Originally posted by @pensiero at zendframework/zend-loader#12 (comment) |
Correct. No more need for pesky manual classmaps. Originally posted by @Ocramius at zendframework/zend-loader#12 (comment) |
I wanted to provide a PR, updating the documentation. However, Is there a valid use case for It seems that Originally posted by @arueckauer at zendframework/zend-loader#12 (comment) |
|
You mention the Class Map Generator (bin/classmap_generator.php) on the docs but removed it when zend-loader got separated from zf2. Did you miss the file ou should I remove from docs?
Originally posted by @rcapile at zendframework/zend-loader#12
The text was updated successfully, but these errors were encountered: