RabbitMQ
rabbitmq is installed but disabled by default. To use it, you need to enable it first.
valet.sh service enable rabbitmq
The rabbitmq_management plugin will be installed by default. You can reach the rabbitmq web interface at the following URL
https://rabbitmq.test
guest
as the username and guest
as the password to log in.