Version 5.1 - All the GraphQL #32
12
README.md
12
README.md
@ -31,12 +31,18 @@ Update your anime/manga list on Kitsu.io and Anilist
|
|||||||
|
|
||||||
### Requirements
|
### Requirements
|
||||||
|
|
||||||
* PHP 8
|
* PHP 8.2
|
||||||
* PDO SQLite or PDO PostgreSQL (For collection tab)
|
* ext-dom (For editing the DOM)
|
||||||
* GD extension for caching images
|
* ext-gd (For caching images)
|
||||||
|
* ext-intl (For time localization)
|
||||||
|
* ext-json
|
||||||
|
* ext-mbstring
|
||||||
|
* ext-pdo
|
||||||
|
|
||||||
### Highly Recommended
|
### Highly Recommended
|
||||||
|
|
||||||
* Redis or Memcached for caching
|
* Redis or Memcached for caching
|
||||||
|
* PDO SQLite or PDO PostgreSQL (For collection tab)
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
|
@ -14,6 +14,9 @@ show_anime_collection = true
|
|||||||
# do you wish to show the manga collection?
|
# do you wish to show the manga collection?
|
||||||
show_manga_collection = false
|
show_manga_collection = false
|
||||||
|
|
||||||
|
# what theme would you like to use? light, dark, or auto
|
||||||
|
theme = "auto"
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Default views and paths
|
# Default views and paths
|
||||||
################################################################################
|
################################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user