@@ -47,7 +47,7 @@ You can manually install **yii2-pluto** by [downloading the source in ZIP-format
47
47
48
48
** Pluto** is a [ module] ( https://www.yiiframework.com/doc/guide/2.0/en/structure-modules#using-modules " Yii2 ")
49
49
in the Yii2 framework. It has to be configured
50
- in the main configuration file, usually called ` web.php ` or ` main.php ` in the ` config `
50
+ in the main configuration file, usually called ` web.php ` in the ` config `
51
51
directory. Add the following to the configuration array:
52
52
53
53
<?php
@@ -75,7 +75,9 @@ There probably already is a `bootstrap` property in your configuration file; jus
75
75
add ` 'pluto' ` to it.
76
76
77
77
** Important** : the module should also be set up in the same way in the console configuration (usually
78
- called ` console.php ` ).
78
+ called ` console.php ` ). Notice that in some setups, there may be a ` main.php ` containing the configuration
79
+ for both web and console tiers. A notable example is the
80
+ [ Yii2 advanced template] ( https://www.yiiframework.com/extension/yiisoft/yii2-app-advanced/doc/guide/2.0/en ) .
79
81
80
82
#### Console commands ####
81
83
@@ -127,7 +129,7 @@ to accomplish this, but here are some general guidelines:
127
129
128
130
- A ** guest user** should be offered an opportunity to * log in* . ** Pluto** 's login screen
129
131
has options to sign up (register) for new users, and to reset the password.
130
- - An ** authenticated** user should be offered an opportunities to * log out* , as well as
132
+ - An ** authenticated** user should be offered opportunities to * log out* , as well as
131
133
to change her settings, etc.
132
134
- Users with special permissions should have options to access ** Pluto** 's User Management
133
135
Pages and the like.
@@ -324,7 +326,7 @@ If you want a single or only a few messages translated and use **Pluto**'s trans
324
326
]);
325
327
326
328
327
- At the moment, only two languages are implemented: Italian and Dutch. Agreed, Dutch is only the world's
329
+ At the moment, only a few languages are implemented: Italian, Russian, and Dutch. Agreed, Dutch is only the world's
328
330
[ 52th language] ( https://en.wikipedia.org/wiki/List_of_languages_by_number_of_native_speakers " Wikipedia ") ,
329
331
but it happens to be my native tongue. Please, feel invited to translate ** Pluto** in
330
332
other languages. I'll be more than glad to include them into ** Pluto** 's next release.
@@ -385,5 +387,6 @@ Your users will never be confronted with the name 'pluto'.
385
387
## Thanks ##
386
388
387
389
- ** rossaddison** : English grammar.
388
- - ** paskuale75** : better hints.
389
- - ** ettolo** : Italian translation.
390
+ - ** paskuale75** : better hints, less bugs.
391
+ - ** ettolo** : Italian translation.
392
+ - ** Gleb Shaposhnikov** : Russian translation.
0 commit comments