1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-17 02:24:05 +02:00

README UDPATES #117 #143

This commit is contained in:
Awilum
2019-06-10 12:03:41 +03:00
parent 1b6774c515
commit 40b1efcde2

View File

@@ -47,8 +47,8 @@ Flextype needs the following PHP extensions to be enabled:
- PHP [mbstring](http://php.net/manual/en/book.mbstring.php) module for full UTF-8 support.
- PHP [gd](http://php.net/manual/en/book.image.php) module for image processing.
- PHP [json](https://php.net/manual/en/book.json.php) module for JSON manipulation.
- PHP [Fileinfo](https://www.php.net/manual/ru/book.fileinfo.php)
- SPL
- PHP [Fileinfo](https://www.php.net/manual/en/book.fileinfo.php)
- PHP [SPL](https://www.php.net/manual/en/book.spl.php)
Although it is optional, we strongly recommend enabling the following PHP extensions:
APC, APCu, XCache, Memcached, or Redis for better performance.
@@ -83,10 +83,14 @@ You can easily install Flextype with Composer.
composer create-project flextype/flextype
```
Install vendor libs for Flextype
```
composer install
```
Install vendor libs for Default Theme
```
composer install
cd site/themes/default
npm install
gulp