mirror of
https://github.com/flextype/flextype.git
synced 2025-08-17 02:24:05 +02:00
10
README.md
10
README.md
@@ -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
|
||||
|
Reference in New Issue
Block a user