What's the best way of handling two different post request on the same url in Laravel? Should I use jobs or what's the normal way of doing this?
Already looked at some articles like this one:
handle multiple post requests to same url Laravel 5
But is that the right way of doing this?