You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Instead of doing this manually, you can use the Symfony vendor management via the deps file:
39
-
40
-
See http://www.propelorm.org/cookbook/symfony2/working-with-symfony2.html#via_symfony2_vendor_management
41
-
42
-
If you are using a Symfony2 2.x.x version (actually, a version which is not 2.1 or above), be sure to deps.lock the PropelBundle to a commit on the 2.0 branch,
43
-
which does not use the Bridge
44
-
45
-
46
21
The second step is to register this bundle in the `AppKernel` class:
47
22
48
23
```php
@@ -57,19 +32,6 @@ public function registerBundles()
57
32
}
58
33
```
59
34
60
-
Don't forget to register the PropelBundle namespace in `app/autoload.php` if you are not using Composer:
0 commit comments