* @link http://symfony.com/doc/current/components/config/definition.html
* @link https://github.com/symfony/assetic-bundle/blob/master/DependencyInjection/Configuration.php#L63
*
- * @see php bin/console config:dump-reference rapsyspack to dump default config
- * @see php bin/console debug:config rapsyspack to dump config
+ * @see bin/console config:dump-reference rapsyspack to dump default config
+ * @see bin/console debug:config rapsyspack to dump config
*/
$treeBuilder
//Parameters
command to see default bundle configuration:
```console
-$ php bin/console config:dump-reference RapsysPackBundle
+$ bin/console config:dump-reference RapsysPackBundle
```
Open a command console, enter your project directory and execute the following
command to see current bundle configuration:
```console
-$ php bin/console debug:config RapsysPackBundle
+$ bin/console debug:config RapsysPackBundle
```
### Step 4: Use the twig extension in your Template