Borales / yii-pdf

A wrapper to some PHP-PDF libraries (mPDF, HTML2PDF)
http://www.yiiframework.com/extension/pdf/
BSD 2-Clause "Simplified" License
60 stars 37 forks source link

Error Path for mpdf #7

Closed nahumnp closed 10 years ago

nahumnp commented 10 years ago

Greetings, I'm using Yii and turned me a headache the next problem with the configuration path.

old = 'librarySourcePath' => 'application.vendors.mpdf. *'

new = 'librarySourcePath' => 'application.vendor.mpdf. *'

Please change this detail.

Borales commented 10 years ago

@nahumnp Hi! Actually, you can create "vendors" directory by yourself. As I know, there is a "soft" convention to name this directory as vendors (https://github.com/yiisoft/yii/blob/master/docs/guide/extension.integration.txt#L23)

Borales commented 10 years ago

@nahumnp and one more thing - you specify by yourself this parameter ('librarySourcePath' => 'application.vendors.mpdf.*') so it's up to you!