GP10DevHTS's avatar

GP10DevHTS started a new conversation+100 XP

4h ago

Printer selections from laravel

Hey. I have this laravel app, it has multiple printing sections. is it possible to choose a printer for each section so that the user doesn't have to manually do that? I was hoping maybe i add a ui that lists the sections and the locally installed printers so the user can select which one will print for what section and maybe set a default printer. That way, the app can check where to send the print command.

I am using laravel 13, livewire 4 if that helps.