1

I am trying to delete a bundle from my symfony2 project , I am running the following command in terminal of ubuntu system and getting error for that and m not able to delete ,

administrator@ubuntu:/var/www/com-testproject$ dump($this->container->get('kernel')->getBundle('AcmeDemoBundle')->getPath()); die();

bash: syntax error near unexpected token `$this-

If anyone knows pls help me , I am new to symfony2 .

Mahsum Akbas
  • 1,523
  • 3
  • 21
  • 38

1 Answers1

0

As far as I know there isn't a shell command to delete a bundle. So, if you want to delete a bundle you should follow the Symfony2 instructions for deleting the AcmeDemoBundle.

sentenza
  • 1,608
  • 3
  • 29
  • 51