Files
tp/prestashop.md

38 lines
514 B
Markdown
Raw Normal View History

2025-11-21 18:08:11 +01:00
# 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
```