mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Merge pull request #1331 from openclassify/fatihalp-patch-1
Update README.md
This commit is contained in:
commit
0a92e82d5b
@ -27,7 +27,7 @@ Openclassify support 22+ languages. If you'd like to contribute translations, pl
|
|||||||
|
|
||||||
## Server Requirements
|
## Server Requirements
|
||||||
|
|
||||||
- Supports PHP 7.3 and later
|
- Supports PHP 7.3 and later (8.1 Supported)
|
||||||
- XML PHP Extension
|
- XML PHP Extension
|
||||||
- PDO PHP Extension
|
- PDO PHP Extension
|
||||||
- cURL 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
|
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
|
### 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.
|
When you setup your web host be sure to point the web root to `public` directory. Just as you would a normal Laravel installation.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user