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

I always wanted to translate Yii to Kiswahili Community. but I postponed due to announcement of the advent of Yii3. So This will serve as tracker for my progress on...

translation

When to use provider and when to use container config directly?

We aren't including our own implementation for now so we can demo on how to use latest Guzzle instead.

The idea is to describe useful patterns that allow structuring code with Yii 3 examples. ## Principles - Cohesion / Coupling - SOLID - Package design principles ## Patterns -...

type:feature

See https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues/3048 I suggest always add `\` to functions from this post https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues/3048#issuecomment-328810072

status:ready for adoption

See https://gist.github.com/terabytesoftw/7ae1dc2b3bd6b852c4f89e056b323607

What is the best practice to use a dependency (defined in config) ? I'd expect to have it from constructor, but other parameters are passed in it. ```php class CustomController...

### What steps will reproduce the problem? I setup a boilerplace to build a minimal version of Yii3 for a project. See the composer.json ```js { "minimum-stability": "dev", "require": {...

status:under development
type:feature

https://github.com/yiisoft/yii2/blob/master/build/controllers/TranslationController.php could be ported as a tool to aid translation process.

type:enhancement