Install escpos with test page

This commit is contained in:
2024-12-27 20:57:56 +00:00
parent 1396c31ca5
commit 8af5455905
5 changed files with 1617 additions and 1127 deletions

View File

@ -15,4 +15,8 @@ use Illuminate\Support\Facades\Route;
Route::get('/', function () {
return view('start');
});
Route::get('/print', function () {
return view('print');
});