This project aims to be a study, and when necessary a test facilitator in the local environment who has communication with PubSub.
- Docker 19.03.8
- Docker Compose 1.25.0
Ps: Or equivalent summers
- 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'