"<p><strong>Prerequired knowledge :</strong> : <a href="https://www.devbrains.tn/tutorials/deploying-symfony-5-project-part1">Linking Symfony 5 Project with Heroku</a></p> <p>In This video we are going to deploy our Symfony 5 project on Heroku Platform.</p> <p>So we will configure our application by adding a new file <kbd>Procfile</kbd> containing this line :<br /> <code>web: $(composer config bin-dir)/heroku-php-apache2 public/</code></p>"