docs icon indicating copy to clipboard operation
docs copied to clipboard

Various Yii 3.0 related documentation

Results 54 docs issues
Sort by recently updated
recently updated
newest added

The reason - readability. Suggested by @xepozz. ```php $object->method1() ->method2(); ``` Even if there are only 2 methods and it fits on 1line. Or are there any exceptions? Not sure...

status:ready for adoption
type:docs

As we have a lot packages navigating and keeping all of them in the mind or even looking at the list in the yiiframework site is not convenient. I suggest...

status:ready for adoption

I realise documentation is not complete and yii3 is still in development. I am just trying to plan a migration from yii2 to yii3 and the only thing I cannot...

Added cookbook page about integration with Sentry. Todo: - [ ] Translate it into English.

status:under development

This seems redundant: https://github.com/yiisoft/validator/blob/30cbd83eff595c26bca45f1b1ddcec5d2935a791/src/Rule/Boolean.php#L20 - Default value is shown in the docs, IDE also supports them. - It adds another source of truth, so docs can be out of sync...

status:ready for adoption
type:docs

Доброго дня. Т.к. свой новый корпоративный проект я решил сразу начать на yii3, то возник ряд вопросов/непониманий. Относятся они наверно ко всему yii3, но живой кейс возник с виджетом табов,...

https://github.com/yiisoft/router/pull/128 Route arguments should be taken from CurrentRoute now, not from request.

status:ready for adoption
type:docs

It would be nice to present some ways how to deploy both **demo** and **demo-api** applications.

| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ❌ | Fixed issues | comma-separated list of...

type:docs

how a good design of the DI could be done with multiple domains/modules/packages? (E.g. where you suggest putting interfaces to connect these things later on.)