guys i am using the package of QR code how can I enter a message in the QR code
\QrCode::size(300)->backgroundColor(255,255,0)->generate('A simple QR code');
i tried to write it this way $details = \QRCode::text($body)->setOutfile($file)->png(); they told me to install imagic and i don;t want imagic please any help?
@Sinnbeck i used this package composer require simplesoftwareio/simple-qrcode
I don't want to use it because I tried it on Laravel 8 and worked and now I'm using it on Laravel 7