bscheshirwork

Results 60 comments of bscheshirwork

I will install `APCu` and don't change configuration or settings of cache component (default yii2-advanced template settings) https://github.com/bscheshirwork/docker-php/blob/master/yii2-alpine/Dockerfile#L67 ``` 'cache' => [ 'class' => 'yii\caching\FileCache', ], ``` ```shell ./yii cache/index...

Hm... `backend` db cache is a different/separate and don't flush after flush `console` db schema cache? Console run migrate with ``` Yii::$app->db->schema->refresh(); ``` Has no effect to `backend` caches `Yii::$app->db->schema`...

Oh... Its same command ``` $connection = Yii::$app->get($db, false); ... $schema = $connection->getSchema(); $schema->refresh(); ``` and run all console command in same container But it's work... %) What else? Gii...

So... The yii2 team now use ```yml "config": { "process-timeout": 1800, "fxp-asset": { "enabled": false } }, "repositories": [ { "type": "composer", "url": "https://asset-packagist.org" } ] ``` for `yii2-app-advanced`... We...

So... This extension will be named `yii2-usuario-gdpr` `yii2-usuario-2fa` `yii2-usuario-recaptcha` etc..

So.. This check is false https://github.com/2amigos/yii2-usuario/blob/c0afdd55c948f0aac1c8ef06e2136003485e9585/src/User/Command/CreateController.php#L36 but model user has no error. https://github.com/2amigos/yii2-usuario/blob/c0afdd55c948f0aac1c8ef06e2136003485e9585/src/User/Command/CreateController.php#L44 i.e. error from mailer not processed

Same error message for cath exeption: https://github.com/2amigos/yii2-usuario/blob/c0afdd55c948f0aac1c8ef06e2136003485e9585/src/User/Service/UserCreateService.php#L93-L98

> RBAC could be enhanced with a tree or node view for auth-items or at least showing parent items If we wish see a graph we can use githubjeka/yii2-gui-rbac (or...