charger une image

This commit is contained in:
2026-01-09 10:51:56 +01:00
parent d0f4ed4eb2
commit e5714b47c6
518 changed files with 40175 additions and 44 deletions

18
upLoadImage/composer.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "david/up-load-image",
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"authors": [
{
"name": "pestak",
"email": "wawawaformation@gmail.com"
}
],
"require": {
"intervention/image": "^3.11",
"symfony/var-dumper": "^7.4"
}
}