"First, download symfony and place it into a vendor/symfony/ directory." This is not at all clear. We just need to extract it somewhere. Next the autoloader example has a line 'Symfony' => **DIR**.'/vendor/symfony/src', It does not seem to work. After changing it to 'Symfony' => **DIR**.'/**../**vendor/symfony/src' it seems to work.