X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=README.md;h=dd9072bc9233a1584ac63d49a9dc9d87e42686fb;hb=d5f0f3216084687f5224e2b4c2768fefca628500;hp=c1ee4c4a9ba9954d9d3e6a32baf2a83ea35686e8;hpb=92e5718066bb689ff9fd44f07a4d1b8d8bf24544;p=zf2.biz%2Fgalerie.git diff --git a/README.md b/README.md index c1ee4c4..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__, @@ -57,5 +54,7 @@ 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!