A job sounds fine for me really. If the basic idea behind it is creating and manipulating a file, Laravel uses the Flysytem package. It's really awesome.
How can I execute my own .exe (Windows) and get output into Laravel
Hi there.
I'm currently evaluating Laravel for a new set of web services that we which to develop. We have a fledgling "old style" php 5.6 system that, on file upload from a client, uses exec() to call a utility .exe asynchronously to process the file and generate an output file. When the client calls us back at a later time, we provide that file to them in the response.
I would like to know if there's a more eloquent (Not Eloquent :)) way of doing this in Laravel? I would love to be able to just run a job and that job automatically pulls from the generated file (or even better, STDOUT) of the application and it ends up in Laravel as some variable that I can just send back in a response.
Thanks Aaron
Please or to participate in this conversation.