Laravel ships with the ability to push time-consuming tasks into a queue. Each queued job gets executed asynchronously by a worker away from our main application.
Configure queues
“Laracasts در یک ماه بیشتر از دو سال دانشگاه به من آموخت؛ واقعاً ضروری است.
Laravel ships with the ability to push time-consuming tasks into a queue. Each queued job gets executed asynchronously by a worker away from our main application.