# Installation Symfony composer create-project symfony/website-skeleton php bin/console make:migration php bin/console doctrine:migrations:migrate php bin/console make:controller DefaultController php bin/console make:controller PresentationController php bin/console make:controller DescriptionController php bin/console make:controller ActivitesController php bin/console make:controller TarifController php bin/console make:controller ContactController php bin/console make:entity php bin/console make:crud // Activation des routes (génère le htacces) composer require symfony/apache-pack