I'm deploying a Symfony4 project with these instructions:
https://symfony.com/doc/current/deployment.html#common-post-deployment-tasks
Says that:
A. Check Requirements
Check if your server meets the requirements by running:
$ php bin/symfony_requirements
And it doesn't work.
$ php bin/symfony_requirements
Could not open input file: bin/symfony_requirements
Does it have to be done differently with app/console?