escpos-php
escpos-php copied to clipboard
WindowsPrintConnector not found on CodeIgniter
Hello @mike42, i have a problem with WindowsPrintConnector on CodeIgniter 3, it's say like this :
message: Class 'Mike42\Escpos\PrintConnectors\WindowsPrintConnector' not found
i already loaded (require) a path for autoload.php :
` require_once 'vendor\autoload.php';
use Mike42\Escpos\PrintConnectors\WindowsPrintConnector; use Mike42\Escpos\Printer; `
but still error. can anyboady help me?
thank you :)