This is a Laravel web app serving as an example to use the Laravel Receipt Printer package.
I have tested this app successfully in the following environment:
Follow these steps:
cd
command to change directory into the cloned repositorycomposer install
command to install the dependenciesphp artisan serve
command to run PHP built-in serverconfig/receiptprinter.php
according to your own environment, e.g the connector_descriptor
should be your printer namehttp://127.0.0.1/print/test
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
Laravel is accessible, powerful, and provides tools required for large, robust applications.
The Laravel framework is open-sourced software licensed under the MIT license.