Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class 'DOMPDFModule\View\Model\PdfModel' not found #16

Closed
bhuvaneshwaran opened this issue Oct 3, 2013 · 3 comments
Closed

Class 'DOMPDFModule\View\Model\PdfModel' not found #16

bhuvaneshwaran opened this issue Oct 3, 2013 · 3 comments

Comments

@bhuvaneshwaran
Copy link

in my controller
use DOMPDFModule\View\Model\PdfModel;

public function monthlyReportPdfAction()
{
$model = new PdfModel();
$model->setOption('paperSize', 'a4');
$model->setOption('paperOrientation', 'landscape');

    return $model;
}

clear my issue,
I just download ur DOMPDFModule and put in my vendor

@mamont77
Copy link

You must install through composer. But still will not work, I have the whole day struggling with this.

@raykolbe
Copy link
Owner

Hi @bhuvaneshwaran and @mamont77,

As you've noticed DOMPDFModule hasn't received the time and attention it deserves. I understand how frustrating this is and I'm sorry you've had to deal with this frustration 😢

I'm currently taking steps to stabilize DOMPDFModule which includes code updates as well as creating a backlog that will ensure its continued success.

You can follow project Phoneix to see what immediate work is being prioritized.

Thank you for your understanding and patience.

@raykolbe
Copy link
Owner

raykolbe commented Nov 1, 2016

@bhuvaneshwaran and @mamont77 please try installing v0.4.0 via composer. If you continue to experience issues please open a new issue.

Closing issue due to age and proposed solution.

@raykolbe raykolbe closed this as completed Nov 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants