Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Cours2 Exercice
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christophe SAUDER
Cours2 Exercice
Compare revisions
13e048084ab41c8e5199153597c8eb61b0060e6c to 72930b33e476ecd75c1185b61509c509e39b2e60
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
sauder2/cours2-exercice
Select target project
No results found
72930b33e476ecd75c1185b61509c509e39b2e60
Select Git revision
Branches
main
1 result
Swap
Target
sauder2/cours2-exercice
Select target project
sauder2/cours2-exercice
tamourgh1u/cours2-exercice
melchio25u/cours2-exercice
serrier26u/cours2-exercice
rionde8u/cours2-exercice
5 results
13e048084ab41c8e5199153597c8eb61b0060e6c
Select Git revision
Branches
main
1 result
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
Probleme de configuration ; correction pour le composer install
· 799936a7
csauder
authored
1 year ago
799936a7
Clarification de l'exercice
· f0e5fb6d
csauder
authored
1 year ago
f0e5fb6d
clarification de la documentation
· 72930b33
csauder
authored
1 year ago
72930b33
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
faker/docker-compose.yml
+2
-2
2 additions, 2 deletions
faker/docker-compose.yml
faker/readme.md
+3
-0
3 additions, 0 deletions
faker/readme.md
linter/readme.md
+3
-0
3 additions, 0 deletions
linter/readme.md
with
8 additions
and
2 deletions
faker/docker-compose.yml
View file @
72930b33
...
...
@@ -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/
"
This diff is collapsed.
Click to expand it.
faker/readme.md
View file @
72930b33
...
...
@@ -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
This diff is collapsed.
Click to expand it.
linter/readme.md
View file @
72930b33
...
...
@@ -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
This diff is collapsed.
Click to expand it.