FrDeamon / EnseparHtml2pdfBundle

Html2pdf for Symfony 2 as a service.
MIT License
22 stars 22 forks source link

Forgot enable bundle in kernel #2

Closed kl3sk closed 11 years ago

kl3sk commented 11 years ago

In your ReadMe you forgot to enable the bundle in the kernel.

new Ensepar\Html2pdfBundle\EnseparHtml2pdfBundle(),

That throw an exception :

You have requested a non-existent service "html2pdf".
500 Internal Server Error - ServiceNotFoundException 
OwlyCode commented 11 years ago

Thank you for noticing this. I saw you updated the readme in your repository. Can you do a pull-request so I can merge it ?

OwlyCode commented 11 years ago

Closing this issue as #3 is fixing it.

kl3sk commented 11 years ago

Welcome :)