diff --git a/cookbook/bundles/remove.rst b/cookbook/bundles/remove.rst index ce36fae32ab..4fe02af56e1 100644 --- a/cookbook/bundles/remove.rst +++ b/cookbook/bundles/remove.rst @@ -81,6 +81,11 @@ can remove the ``Acme`` directory as well. echo $this->container->get('kernel')->getBundle('AcmeDemoBundle')->getPath(); +3.1 Remove Bundle Resources +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Remove the Acme resource directory from the application's web folder. It can be found in ``web/bundles/acmedemo``. + 4. Remove integration in other bundles --------------------------------------