Search code examples
symfonysymfony1symfony-1.4

Symfony 1 upgrade to Symfony 2.8


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.


Solution

  • The file was in Symfony 2.8 and not in 1 . the doc that was provided is not clear