I'm going through the page generation section:
http://symfony.com/doc/current/book/page_creation.html
Under the "Creating a Bundle" section, I did what it said and I get this error:
[RuntimeException]
Unable to generate the bundle as the target directory "/var/www/Symfony/src/Acme/TestBundle" is not empty.
I'm not surprised its saying this as it said to create a file in this directory:
Start by creating a src/Acme/TestBundle/ directory and adding a new file called AcmeTestBundle.php:
Anyone have any ideas on this?
Cheers
SynfN00b
