Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • main
1 result

Target

Select target project
  • sauder2/cours2-exercice
  • tamourgh1u/cours2-exercice
  • melchio25u/cours2-exercice
  • serrier26u/cours2-exercice
  • rionde8u/cours2-exercice
5 results
Select Git revision
  • main
1 result
Show changes
Commits on Source (3)
......@@ -4,7 +4,7 @@ services:
image: composer:2
volumes:
- .:/app
working_dir: /app/public
working_dir: /app
ports:
- 8080:80
command: "php -S 0.0.0.0:80"
command: "php -S 0.0.0.0:80 -t public/"
......@@ -18,3 +18,6 @@ Le serveur est accessible à l'adresse http://localhost:8080
## Documentation
- [FakerPHP](https://fakerphp.github.io/)
## Instructions
Modifier le fichier `index.php` pour générer une fiche client aléatoire avec FakerPHP.
\ No newline at end of file
......@@ -51,3 +51,6 @@ La commande exacte de phpstan est dans le fichier `composer.json` (partie script
```json
"phpstan": "vendor/bin/phpstan analyse"
```
## Instructions
Utilisez les linters pour corriger les erreurs dans les fichiers php et js dans les dossiers `src` et `js`.
\ No newline at end of file