The user submits the order and the order information is stored in the database. I want to perform the task by reading the database. The task is to curl a URL with post data and then push the data obtained by curl to the background
After looking at Laravel’s queue, I still need to push something, but mine is reading the database to obtain information. How to solve this
巴扎黑2017-05-16 13:11:57
Use laravel artisan to monitor the queue and then push the database information to the queue for processing