From 0b6152ad9544cc00daa7d41c062a7b280b854831 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Fri, 28 Oct 2022 12:28:05 +0300 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 085e0f35d..a59b6467f 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Openclassify support 22+ languages. If you'd like to contribute translations, pl ## Server Requirements -- Supports PHP 7.3 and later +- Supports PHP 7.3 and later (8.1 Supported) - XML PHP Extension - PDO PHP Extension - cURL PHP Extension @@ -49,6 +49,12 @@ Openclassify support 22+ languages. If you'd like to contribute translations, pl composer create-project openclassify/openclassify ``` +### Via Docker + +We suggest to use Docker. + +https://github.com/openclassify/openclassify/wiki/Installing-Openclassify-on-windows-docker-desktop + ### Host Configuration When you setup your web host be sure to point the web root to `public` directory. Just as you would a normal Laravel installation.