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

Databses section is really a stub. No mention of Yii2 AR/DAL, nor there is recommended way of handlind data layer with Repos.

https://github.com/yiisoft/docs/blob/master/guide/en/intro/upgrade-from-v2.md could be enhanced: - [ ] a concept of Handlers vs Controllers - [ ] which directory do we put the classes?

See https://danaluther.blogspot.com/2021/03/converting-application-from-yii2-to-yii3.html

| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ❌ | Fixed issues | -

type:feature

type:enhancement
status:ready for adoption

Add the following to the URL group or route you need to remove CSRF protection from: ```php ->disableMiddleware(CsrfMiddleware::class) ```

1. Services should be configured with parameters. 2. Services should not access parameters explicitly. 3. Service should not have access to parameters that aren't meant to be accessed by the...

status:ready for adoption

I can do the configuration guide for doctrine: - [ ] cli-config - [ ] doctrine config - [ ] config container - [ ] create entity example with metadata...

status:ready for adoption

https://github.com/yiisoft/assets/blob/master/docs/asset-bundles.md#defining-asset-bundle-for-local-assets https://github.com/yiisoft/assets/blob/master/docs/asset-converter.md

status:ready for adoption