I have symfony 1 project, and I am planning to upgrade to 2.8.
I am using the bundle IngewikkeldWrapperBundle At step 4 the manual instructs to to Enable the bundle in app/AppKernel.php using:
$bundles = array(
// ...
new Ingewikkeld\WrapperBundle\IngewikkeldWrapperBundle(),
);
but there is no AppKernel.php in my project.
The file was in Symfony 2.8 and not in 1 . the doc that was provided is not clear