1
Could someone help me install the chromepdf that is on github? chromePdf link
1
Could someone help me install the chromepdf that is on github? chromePdf link
Browser other questions tagged php
You are not signed in. Login or sign up in order to post.
The link you have placed gives the installation and use instructions. What part are you having trouble with? What have you tried?
– bfavaretto
Well ,I downloaded the project from Github put in the same folder as or my project ,but it still doesn’t work.
– Guilherme Carvalho
Only possible through the Poser ?
– Guilherme Carvalho
You can also install without Composer. But if you don’t know how (handle autoload, namespaces, etc.), the easiest is to use Composer. This script was published thinking about this use. In the latter case you can take the code snippet that actually does the job and use directly in your code...
– bfavaretto
The file where the class was made and copies to my project basically ?
– Guilherme Carvalho
I thought it would just include and make the class instance
– Guilherme Carvalho
It is not only include because it has namespace, before using you need to give a
use
namespace.– bfavaretto