We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Then, enable the bundle by adding it to the list of registered bundles in the app/AppKernel.php file of your project:
app/AppKernel.php
<?php // app/AppKernel.php // ... class AppKernel extends Kernel { public function registerBundles() { $bundles = array( // ... new Kay\SmileyBundle\KaySmileyBundle(), ); } }
Then go to chapter Step 3 : Usage
There was an error while loading. Please reload this page.