Laravel 8 send notifications with queues on Redis

Alfredo Barron
modulr
Published in
2 min readAug 13, 2021

--

We learning how to send Notifications with management to queues using Redis. In this tutorial we will use the Notifications created previously in the previous tutorials.

  • Install Redis
  • Config enviroment
  • Install Redis driver
  • Create notification
  • Run the queue worker
  • Install and configure supervisor

Step 1 Install Redis

In first step, we install Redis for this I let you two great tutorials for MacOsx and Linux.

Ubuntu

MacOsx

--

--