Skip to content

Commit

Permalink
Merge pull request #16 from ormelflores/bug/pos-14-fix-direct-printin…
Browse files Browse the repository at this point in the history
…g-with-cups

[#14] Fix Direct Printing With Cups
  • Loading branch information
ormelflores authored Apr 25, 2024
2 parents b0d723f + 16cc7ae commit 533689f
Show file tree
Hide file tree
Showing 3 changed files with 719 additions and 92 deletions.
5 changes: 5 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,9 @@ VITE_PUSHER_PORT="${PUSHER_PORT}"
VITE_PUSHER_SCHEME="${PUSHER_SCHEME}"
VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"

PRINTING_DRIVER=
CUPS_SERVER_IP=
CUPS_SERVER_USERNAME=
CUPS_SERVER_PASSWORD=

PRINT_NODE_API_KEY=
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"laravel/framework": "^11.1",
"laravel/sanctum": "^4.0",
"laravel/tinker": "^2.7",
"php-http/message-factory": "^1.1",
"rawilk/laravel-printing": "^3.0",
"smalot/cups-ipp": "^0.5.0",
"spatie/laravel-permission": "^6.4",
"tightenco/ziggy": "^1.0"
},
Expand Down
Loading

0 comments on commit 533689f

Please sign in to comment.