Update README.md

This commit is contained in:
Fatih Alp 2022-10-28 12:28:05 +03:00 committed by GitHub
parent 6e227536c0
commit 0b6152ad95
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.