Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| ateliers:php [2026/05/11 13:31] – u garence | ateliers:php [2026/05/11 13:57] (Version actuelle) – garence | ||
|---|---|---|---|
| Ligne 3: | Ligne 3: | ||
| ==== Installation ==== | ==== Installation ==== | ||
| - | Sur linux, il faut installer | + | Pour avoir php8.4 (minimum synfony) |
| + | |||
| + | sudo LC_ALL=C.UTF-8 add-apt-repository ppa: | ||
| + | sudo apt-get update | ||
| + | sudo apt-get -y install lsb-release ca-certificates curl apt-transport-https | ||
| + | sudo curl -sSLo / | ||
| + | sudo dpkg -i / | ||
| + | sudo sh -c 'echo "deb [arch=amd64 signed-by=/ | ||
| + | sudo apt-get update | ||
| + | |||
| + | Sur linux, il faut installer | ||
| + | |||
| + | sudo apt install php8.4 | ||
| ==== Symfony ==== | ==== Symfony ==== | ||
| - | symfony check: | + | |
| - | symfony new my_project_directory --version=" | + | |
| + | |||
| + | symfony server: | ||