SimpleSoftwareIO / simple-qrcode

An easy-to-use PHP QrCode generator with first-party support for Laravel.
https://www.simplesoftware.io/simple-qrcode
MIT License
2.75k stars 397 forks source link

Class "BaconQrCode\Encoder\Encoder" not found #272

Closed adilabbass closed 1 year ago

adilabbass commented 1 year ago

I am using SimpleSoftwareIO/simple-qrcode in Laravel 8 application.

Provider is loaded successfully. image

aliases is also added. image

I am loading the QR code in the blade file which is working fine in the local development server.

When I load that in production which uses Nginx and Docker. I am getting the below error.

image

Can someone assist in this issue.

SimplyCorey commented 1 year ago

Cant reproduce.