Sample messaging application
Symfony 5
Pipeline DB
PostgreSQL 11
Kafka
Kafka Manager
ZooKeeper
PHP Unit
Enqueue Kafka
Messenger Component
The link to the e-book will be published soon on BookBoon.com (r) website
make
To display make commands info
make install
To install the application
make migrate
To migrate the DB
make seed
To seed the DB
make restart
To restart the application inside the container and clears the cache
Point your browser to https://manondomain.wip:8000/
make consume
To start Symfony Built-In Consumer
Check openapi.yml
make clean
(Stops and removes the containers)
make test
(Tests the application)
PHP make meinphp
Kafka make meinkafka
PipelineDB make meinpipeline
make release
(Make sure that https://github.com/liip/RMT is installed properly in your system)