Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 518 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 518 Bytes

Laravel PubSub

This project aims to be a study, and when necessary a test facilitator in the local environment who has communication with PubSub.

Requirements

  • Docker 19.03.8
  • Docker Compose 1.25.0

Ps: Or equivalent summers

How to use

  • Create and listen to the topic
docker exec -it laravel-pubsub_laravel_1 php artisan pubsub:pull name-topic
  • Send messages
docker exec -it laravel-pubsub_laravel_1 php artisan pubsub:push mensagens --message='text message' --path='exemp.json'