It would be cool when a person, flipping through the tape, could choose not only by photo ...
Idea suggestions are welcome..
Telegram
https://t.me/bot_datesrun at the root of the project run cp .env.local .env , in docker directory cp ./docker .env.local ./docker .env
docker-compose up -d --build (later it will be possible to use docker-compose start/stop )
docker exec -it bots_php-fpm_1 bash (run in a container composer install)
update dependencies for the project run only in the container, as well as the Symfony console, static analyzer, etc.
Language: PHP 8.1.7/Framework:Symfony: "6.1"/DB:Mariadb:10.3/Cache:Redis/Queues:RabbitMQ
for convenience in local development, the phpmyadmin database client has been moved out.
ports used can be viewed with docker-compose ps
Project idea: https://miro.com/app/board/uXjVOvdvz3k=/
bots/src/Bots (implemented as a modular structure, using a layered architecture approach)
Run ./lint or commands from the list below
./vendor/bin/php-cs-fixer fix src
./vendor/bin/phpstan analyse src
php bin/console debug:router