Laravel - How to use queues
Notes after reading the tutorial and the reference Main points * Queues driver: the details handling how to queue * Job Class: defined the actions to be execute Configurations The configuration file of queues is config/queue.php, the default queues driver and the configuration for each driver available, like Beanstalkd, Amazon
Read more