Cours de dev web avancé - introduction à Symfony 5
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
art.dambrine ac7fcf009e readme 4 years ago
bin initial commit 4 years ago
config initial commit 4 years ago
migrations initial commit 4 years ago
public first imports asset & welcome controller 4 years ago
src first imports asset & welcome controller 4 years ago
templates first imports asset & welcome controller 4 years ago
tests initial commit 4 years ago
translations initial commit 4 years ago
.env initial commit 4 years ago
.env.test initial commit 4 years ago
.gitignore first imports asset & welcome controller 4 years ago
composer.json initial commit 4 years ago
composer.lock initial commit 4 years ago
phpunit.xml.dist initial commit 4 years ago
readme.md readme 4 years ago
symfony.lock initial commit 4 years ago

readme.md

Suivi des exercices et exemples du cours Symfony 5 - ESIEE

Environnement de developpement mis en place avec symfony-docker-init @gitea

Cours 1 - Decouverte du framework (18/03/2021)

  • installation de composer
  • mise en place d'un premier projet
  • configuration d'une route vis Annotations
  • chargement d'assets au travers de twig
  • passage de variables du controller vers la vue twig