Replies: 3 comments 3 replies
-
Sorry. I think this is not the place to ask this question, would be better in Discussions. Doesn't it? |
Beta Was this translation helpful? Give feedback.
-
The examples will only work if you installed the package with dev dependencies ( |
Beta Was this translation helpful? Give feedback.
-
Excuse my inexperience but I tried to install php-qrcode with require-dev typing
Then I copied the complete vendor dir (that includes chillerlan dir, composer dir and autoload.php) on shared hosting and opened the complete path to svg.php and I get nothing. My dir structure is:
Should I change anything in order to make it work? |
Beta Was this translation helpful? Give feedback.
-
Hello. I have a shared hosting where I am not able to use ssh in order to run composer. The typical CPanel hosting. I have run some php scripts in it and works great but I don't know how to make working php-qrcode in it.
I have installed on my local machine with composer and I have copied all the "vendor" dir on the root of the remote server but I am lost with the namespaces
namespace chillerlan\QRCodeExamples;
and the autoload.phprequire_once __DIR__.'/../vendor/autoload.php';
I cannot get to work svg.php in order to add a qrcode to an existing svg graphic.
If anybody knows how can I accomplish this task, would be great :-D
Beta Was this translation helpful? Give feedback.
All reactions