# Installation Symfony composer create-project symfony/website-skeleton kiwicloud # Authentification composer require symfony/security-bundle php bin/console make:user php bin/console make:auth php bin/console make:migration php bin/console doctrine:migrations:migrate php bin/console make:registration-form composer require symfonycasts/verify-email-bundle php bin/console make:entity php bin/console make:controller MainController php bin/console make:controller Functionality php bin/console make:controller Parameters php bin/console make:controller LoginController php bin/console make:controller DefaultController php bin/console make:controller SecurityController php bin/console make:controller functionality php bin/console make:controller ApiController php bin/console make:controller EventController php bin/console make:controller TeamController php bin/console make:controller AdminController php bin/console make:entity php bin/console make:crud composer require dompdf/dompdf composer require vich/uploader-bundle composer require liip/imagine-bundle composer require twig/intl-extra WYSIWYG : composer require friendsofsymfony/ckeditor-bundle #php bin/console ckeditor:install php bin/console assets:install public # Déploiement OVH php composer.phar install php bin/console cache:clear #Reset password Run "php bin/console make:migration" to generate a migration for the new "App\Entity\ResetPasswordRequest" entity. 2) Review forms in "src/Form" to customize validation and labels. 3) Review and customize the templates in `templates/reset_password`. 4) Make sure your MAILER_DSN env var has the correct settings. 5) Create a "forgot your password link" to the app_forgot_password_request route on your login form. Stripe :