We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c9490 commit 60a6523Copy full SHA for 60a6523
.platform/hooks/prebuild/install_phpredis.sh
@@ -9,3 +9,9 @@
9
# Enabled by default since it's latest Laravel version's default driver.
10
11
sudo yum -y install php-redis
12
+
13
+# For PHP 8.0+, you can use the pecl command to install it. You may disable the previous command.
14
15
+# pecl install redis
16
+# sed -i -e '/extension="redis.so"/d' /etc/php.ini
17
+# echo 'extension="redis.so"' > /etc/php.d/41-redis.ini
0 commit comments