File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ First: `composer require addiks/doctrine-sql-auto-optimizer`
19
19
20
20
Then, depending on your system, there are multiple ways to activate the extension:
21
21
22
- ### Symfony
22
+ ### Option 1) Symfony
23
23
24
24
You can either import the services-xml file that is bundles with this package:
25
25
@@ -43,7 +43,7 @@ Or you can define your own service:
43
43
</service >
44
44
```
45
45
46
- ### Doctrine
46
+ ### Option 2) Doctrine
47
47
48
48
Make sure the following is executed before doctrine connects to the database:
49
49
@@ -61,7 +61,7 @@ The (monolog-) logger is required so that the optimizer can report any issues to
61
61
62
62
The cache is optional, but highly recommended. Without cache, the (slow) optimizing process runs for every single query.
63
63
64
- ### Native PHP (without doctrine)
64
+ ### Option 3) Native PHP (without doctrine)
65
65
66
66
You can also use the query optimizer completely without doctrine:
67
67
You can’t perform that action at this time.
0 commit comments