Changes between Version 3 and Version 4 of Symfony


Ignore:
Timestamp:
Jan 23, 2012, 11:14:01 AM (14 years ago)
Author:
arnault
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Symfony

    v3 v4  
    2626Mais afin de faire reconnaître cet espace, plusieurs déclarations dans les fichiers de configuration de Symfony sont nécessaires:
    2727
     28 * Dans le fichier `Symfony/app/autoload.php`:
     29{{{
     3017:    'PSPA'             => __DIR__.'/../../framework'
     31}}}
     32 * Dans le fichier `Symfony/app/AppKernel.php`
     33{{{
     3420:            new PSPA\HelloBundle\PSPAHelloBundle(),
     35}}}