-
Notifications
You must be signed in to change notification settings - Fork 20
GitzJoey edited this page Feb 12, 2024
·
9 revisions
This project is using PHP 8.2
Recommended to use a stable version.
- Adding a Repo
$ dnf install dnf-utils http://rpms.remirepo.net/enterprise/remi-release-9.rpm - Reset and enable repo for PHP 8.2
$ dnf module reset php $ dnf module enable php:remi-8.2 - Install
$ dnf install php php-cli php-curl php-mysqlnd php-opcache php-zip php-intl php-common php-gd php-gmp - Verify installation
$ php -v
- List available remi repo
$ dnf module list php - Enable the repo
$ dnf module reset php $ dnf module enable php:remi-8.2
add in php.ini
[xdebug]
xdebug.mode=debug
xdebug.start_with_request=trigger