Closed nahumnp closed 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)
@nahumnp and one more thing - you specify by yourself this parameter ('librarySourcePath' => 'application.vendors.mpdf.*'
) so it's up to you!
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.