Alexander Makarov

Results 280 issues of Alexander Makarov

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

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

status:ready for adoption
type:feature

- Controller - View - Model: Entity / Repository - Service # Q - Where to generate URL? View, controller, service, entity?

See https://github.com/yiisoft/factory/issues/60

type:enhancement

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?