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
Installation of DOMPDFModule uses PHP Composer. For more information about
@@ -22,7 +21,7 @@ PHP Composer, please visit the official [PHP Composer site](http://getcomposer.o
22
21
```json
23
22
{
24
23
"require": {
25
-
"dino/DOMPDFModule": "dev-master"
24
+
"dino/dompdf-module": "dev-master"
26
25
}
27
26
}
28
27
```
@@ -35,7 +34,7 @@ PHP Composer, please visit the official [PHP Composer site](http://getcomposer.o
35
34
'DOMPDFModule',
36
35
```
37
36
#### Configuration options
38
-
Copy `dino/DOMPDFModule/config/module.dompdf.local.php` to `my/project/directory/config/autoload/module.dompdf.local.php` and reference `dino/DOMPDFModule/config/module.config.php` for configration options that you can override.
37
+
You can override options via the `dompdf_module` key in your local or global config files. See DOMPDFModule/config/module.config.php for config options.
39
38
40
39
## Usage
41
40
@@ -51,17 +50,13 @@ class ReportController extends AbstractActionController
51
50
{
52
51
public function monthlyReportPdfAction()
53
52
{
54
-
return new PdfModel(
55
-
array(), // Variable assignments per Zend\View\Model\ViewModel
0 commit comments