Push to Laravel queue from outside Laravel (NodeJS)
问题 I have a Laravel 5.3 installation running as a pure API application and need to connect from several different applications. Everything is working fine (after all it's Laravel we're talking about :P), except I can't figure out one thing: I have a MQTT server that is listening for messages from several devices (doesn't matter what). These messages contain information about a Job Class and method that need to be called on the backend. I can't call the API directly, the devices simply don't