Open simirfan opened 4 years ago
Meanwhile, the program worked successfully on my sII-rp-d10 thermal printer
Yes this is possible.
We don't provide any Laravel-specific documentation, but this library ships as a composer
dependency. I believe it's as simple as running composer require mike42/escpos-php
in the root of your project, and then using use Mike42\Escpos\Printer;
somewhere in your own code.
See also the Composer section in the README.
thank you mike. I was able to successfully run the codes in my laravel project.
Simirfan Can you share how you implemented mike42/escpos-php in your laravel project? Thanks
thank you for the program you developed. I want to use this system in my laravel project. Is something like this possible?