X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;ds=sidebyside;f=README.md;h=dd9072bc9233a1584ac63d49a9dc9d87e42686fb;hb=99c241d18839384aa13fc9d31b677a13b8739756;hp=531b01defe31f7c0e3f113d1f68901c8ca7b6e8b;hpb=5c3568899a360d41f28accffd56f15d5f566b7d1;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!