From d3aee1250925ddc54fdd348e46789bb220c25718 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sat, 3 Dec 2011 10:46:28 +0100 Subject: [PATCH] Add link to bundle naming conventions --- Command/GenerateBundleCommand.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Command/GenerateBundleCommand.php b/Command/GenerateBundleCommand.php index 69cfa10b..48b2c9ab 100644 --- a/Command/GenerateBundleCommand.php +++ b/Command/GenerateBundleCommand.php @@ -145,6 +145,9 @@ protected function interact(InputInterface $input, OutputInterface $output) 'sub-namespaces, and it should end with the bundle name itself', '(which must have Bundle as a suffix).', '', + 'See http://symfony.com/doc/current/cookbook/bundles/best_practices.html#index-1 for more', + 'details on bundle naming conventions.', + '', 'Use / instead of \\ for the namespace delimiter to avoid any problem.', '', ));