mirror of
https://github.com/flextype/flextype.git
synced 2025-08-12 08:04:05 +02:00
Flextype: readme udpates
This commit is contained in:
36
README.md
36
README.md
@@ -1,10 +1,10 @@
|
||||

|
||||
|
||||
# Flextype
|
||||
[](https://discordapp.com/invite/CCKPKVG)
|
||||

|
||||

|
||||

|
||||
|
||||

|
||||
|
||||
Flextype is Open Source, fast and flexible file-based Content Management System.
|
||||
That's Easy to install, upgrade and use. Flextype provides amazing API's for plugins, themes and core developers!
|
||||
|
||||
@@ -31,8 +31,34 @@ The flat-file nature of Flextype lets you define custom fields for any of your p
|
||||
Flextype is an open-source project licensed under the MIT LICENSE to set the world free!
|
||||
|
||||
## REQUIREMENTS
|
||||
PHP 7.1.3 or higher with PHP's [Multibyte String module](https://php.net/mbstring)
|
||||
Apache with [Mod Rewrite](https://httpd.apache.org/docs/current/mod/mod_rewrite.html)
|
||||
|
||||
#### System requirements
|
||||
Make sure your server meets the following requirements.
|
||||
|
||||
- Webserver (Apache with Mod Rewrite)
|
||||
- PHP 7.1.3 or higher
|
||||
- PHP extensions
|
||||
|
||||
#### Flextype needs the following PHP extensions to be enabled:
|
||||
|
||||
- Multibyte String
|
||||
- SPL
|
||||
|
||||
Although it is optional, we strongly recommend enabling the following PHP extensions:
|
||||
APC, APCu, XCache, Memcached, or Redis for better performance.
|
||||
|
||||
#### Browser requirements
|
||||
The admin panel of Flextype is compatible with:
|
||||
|
||||
Windows and macOS
|
||||
- Chrome 29 or later
|
||||
- Firefox 28 or later
|
||||
- Safari 9.0 or later
|
||||
- Microsoft Edge
|
||||
|
||||
Mobile
|
||||
- iOS: Safari 9.1 or later
|
||||
- Android: Chrome 4.4 or later
|
||||
|
||||
## INSTALLATION
|
||||
|
||||
|
Reference in New Issue
Block a user