Merge pull request #1331 from openclassify/fatihalp-patch-1

Update README.md
This commit is contained in:
Muammer Top 2022-11-22 11:23:05 +03:00 committed by GitHub
commit 0a92e82d5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.