Skip to content

Instantly share code, notes, and snippets.

@vanleantking
Created July 28, 2018 06:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vanleantking/5fbbf3ff83f234408ec367c709d41016 to your computer and use it in GitHub Desktop.
Save vanleantking/5fbbf3ff83f234408ec367c709d41016 to your computer and use it in GitHub Desktop.
Command line Create class autoloader Zend
1. cd module/mymodule
2. run this command:
../../vendor/zendframework/zendframework/bin/classmap_generator.php -w
This will auto search all class in the current module and make a map from class to real path in current project
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment