Dennis
Dennis
Hello ``` php $qrCode = (new QrCode('http://example.com')); $qrCode->useLogo(__DIR__.'/../../web/img/favicon.png') ->setSize(250) ->setMargin(5) ->useEncoding('UTF-8') ->setLogoWidth(60) ->useForegroundColor(26, 179, 148) ->useBackgroundColor(200, 220, 210) ->setLabel('name'); // now we can display the qrcode in many ways //...
My `composer.json`: ``` json ... { "name": "yiisoft/yii2-app-advanced", "description": "my project", "keywords": ["yii2", "framework", "advanced", "project template"], "homepage": "http://www.yiiframework.com/", "type": "project", "license": "BSD-3-Clause", "autoload": { "psr-4": { "smpp\\core\\": "core/", "common\\":...
Good day. Cant understand - how can i make filter by the fields What correct structure of request?