Slides https://slides.com/gotorahoutan/epsi-symfony Repository https://github.com/gototog/codeblog_19-20/ Doc Symfony https://symfony.com/doc/current/index.html Doc Twig https://twig.symfony.com/doc/2.x/#reference Doc doctrine https://www.doctrine-project.org/projects/doctrine-orm/en/2.6/reference/query-builder.html Installation
A. Phpstorm - IDE
Installer PhpStorm
- Choississez votre theme via
Settings>Appearance & Behaviot>AppearanceTheme Darcula (noir) ou IntelliJ (blanc) - Installer le plugin Symfony
Aller dans
Settings>plugins>Browse Repository> installer leSymfony PluginPensez à l'activer pour le projetSettings>Languages and frammwork>PHP>Symfony
- Cochez la case enable
- remplacez les chemins commenceant par
app/parvar/ webdevientpublic
B. Installer les librairies externes
On installe le projet via composer
php bin/console composer:install
C.Lancer le serveur
php bin/console server:start