Alexander Makarov
Alexander Makarov
``` yii:config:info yii:config:copy yii:config:rebuild ``` Sounds good to me. Or... could be even: ``` config:info config:copy config:rebuild ```
@vjik your 2nd variant has a benefit of being able to type `y:c:r`.
If possible, we should do it with PhpStorm advanced metadata: https://www.jetbrains.com/help/phpstorm/ide-advanced-metadata.html
> May be create separate method with suggested syntax? Yes. That's better. When designing the syntax, we've tried mixing formats in the same call, but then dropped it completely. Merging...
@xepozz is it possible to resolve conflicts?
I don't think we need it but let's wait for requests.
> HMAC Based Token Pattern and Encryption based Token Pattern were removed. No. See the following paragraph: > A simpler alternative to an encrypted cookie is to HMAC the token...
But overall thanks for giving a link. Seems the guide was updated.
I don't see immediate use-case for it and it won't break BC if added later. I'd hold it.
That's good but I think we can try running tests against real containers. At least in a separate branch.