Alexander Makarov
Alexander Makarov
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...
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
- Controller - View - Model: Entity / Repository - Service # Q - Where to generate URL? View, controller, service, entity?
See https://github.com/yiisoft/factory/issues/60
See https://github.com/yiisoft/yii-web/issues/314
https://github.com/yiisoft/app/issues/70
When to use provider and when to use container config directly?