Skip to content
Advertisement

Tag: symfony-4.4

“php bin/console server:run” immediately followed by “composer require symfony/mailer” whenever it is run

I’m working on a Symfony project and would like to know why whenever I run the following command in terminal php bin/console server:run it would be immediately followed by this one composer require symfony/mailer. This is a screenshot of terminal: Moreover, this is what I get as an output on http://127.0.0.1:8000/: You can notice that the command text “composer require

Advertisement