So I've been developing a Web Application with Framework Laravel (which I'm new to), more likely will become a dashboard and I'm currently stuck with this problem, didn't find anything related to this and now it's getting a little frustrating.
I've bought a RFID/Barcode bluetooth scanner and need to collect both RFID and barcode in my application so later on I can work with my database, the thing that is currently annoying me is connecting my scanner to Laravel front-end which I particularly have never done before.
Any ideas I should approach/consider?
Thank you in advance.