Prestashop

This commit is contained in:
2025-11-21 18:08:11 +01:00
parent f82d145be6
commit 896af4a478
3 changed files with 149 additions and 0 deletions

37
prestashop.md Normal file
View File

@@ -0,0 +1,37 @@
# Prestashop
### Zip
```
apt install --no-install-recommends php-zip
phpenmod zip
```
### XML
```
apt install --no-install-recommends php-xml
phpenmod xml
```
### cURL
```
apt install --no-install-recommends php-curl
phpenmod curl
```
### GD
```
apt install --no-install-recommends php-gd
phpenmod gd
```
### Extensions requises
Intl Mbstring
```
apt install --no-install-recommends php-bcmath php-curl php-gd php-intl php-mbstring php-xml php-zip php-memcached
```