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
Then check it out first and push it to the queue
Use laravel artisan to monitor the queue and then push the database information to the queue for processing