mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Update docs/install.md
This commit is contained in:
parent
9ba94246fe
commit
1df4cfff28
@ -1,19 +1,15 @@
|
|||||||
Requirements and installation
|
Requirements and installation
|
||||||
=============================
|
=============================
|
||||||
|
|
||||||
Для установки через composer тебуется указать в `composer.json` вашего проекта
|
For installation use [composer](http://getcompoer.org). Add in your `composer.json` requirements:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"require": {
|
"require": {
|
||||||
"bzick/aspect": "0.9.*"
|
"bzick/aspect": "dev-master"
|
||||||
},
|
}
|
||||||
"repositories": [
|
|
||||||
{
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/bzick/aspect.git"
|
|
||||||
}]
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
or use shell
|
||||||
|
`composer require bzick/aspect`
|
||||||
|
|
||||||
Для работы шаблонизатора потребуется расширение tokenizer. Для загрузки классов используется `psr-0` формат.
|
If you do not use composer - use `psr-0` format for loading Aspect's classes.
|
||||||
|
Loading…
Reference in New Issue
Block a user