-
Notifications
You must be signed in to change notification settings - Fork 15
Class Map Generator removed #12
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? |
Meanwhile I published this: https://github.com/pensiero/zend-generators |
A classmap generator shouldn't be needed at all if you just rely on composer's... |
Actually in my Module.php the
should I replace it with something else? |
PS: |
@pensiero just move all that stuff in your |
Am I good this way?
|
Correct. No more need for pesky manual classmaps. |
I wanted to provide a PR, updating the documentation. However, Is there a valid use case for It seems that |
This repository has been closed and moved to laminas/laminas-loader; a new issue has been opened at laminas/laminas-loader#1. |
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?
The text was updated successfully, but these errors were encountered: