...
Code Block |
---|
$ sudo add-apt-repository ppa:ondrej/php
$ sudo apt-get update
$ sudo apt-get install php7.4
$ sudo apt-get install php7.4-fpm php7.4-pgsql php7.4-curl php7.4-cli php7.4-mbstring php7.4-xml |
Make sure that curl
, pgsql
and pdo_pgsql
extensions are installed
...
Go to /api
folder and run composer
Code Block |
---|
$ sudo composer install |