X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=README.md;h=dd9072bc9233a1584ac63d49a9dc9d87e42686fb;hb=e9734534c5ac41e36317a2cbd30a1c924d86070f;hp=531b01defe31f7c0e3f113d1f68901c8ca7b6e8b;hpb=b2945824b0fb007874368378a27d41ddb378f063;p=zf2.biz%2Fgalerie.git diff --git a/README.md b/README.md index 531b01d..dd9072b 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,6 @@ Within modules/Application/Module.php add this method to the Application class: public function getAutoloaderConfig() { return array( - 'Zend\Loader\ClassMapAutoloader' => array( - __DIR__ . '/autoload_classmap.php', - ), 'Zend\Loader\StandardAutoloader' => array( 'namespaces' => array( __NAMESPACE__ => __DIR__ . '/src/' . __NAMESPACE__, @@ -60,4 +57,4 @@ Within modules/Application/Module.php add this method to the Application class: Virtual Host ------------ Afterwards, set up a virtual host to point to the public/ directory of the -project and you should be ready to go! \ No newline at end of file +project and you should be ready to go!