-
When I try to use the extension as described in README.md on fresh yii2 installation (with Integral\Flysystem\Adapter\PDOAdapter adapter) it throws an exception:
Invalid Configuration – yii\base\In…
-
Hello, thank you for such promising library. It's a big pain to implement ddd on yii2. You did a great kindness releasing this library:) I understand basic ideas like entities, repositories, but you…
-
Do we want to add a new connection class, that will use [predis](https://github.com/nrk/predis) (as e.g. laravel does) to support such features as replication and sentinel support? Or it could be set …
-
I have been using (reluctantly) Yii2 framework while it is mostly hideous work of satan I have come to use and love couple features. Firstly their ActiveRecord (counterpart to laravels Eloquent model)…
-
Hello, first of all thank you for plugo module.
I have an issue while installing the module.
I don't understand why the pluto migration creates a `user` table instead of altering the `user` table …
-
https://www.ddhigh.com/2019/06/18/database-n-1-solution.html
-
> exception 'yii\web\NotFoundHttpException' in D:\xampp\htdocs\connect\vendor\gbksoft\yii2-swagger\controllers\DefaultController.php:154 Stack trace: #0 [internal function]: gbksoft\modules\swagger\co…
-
I'm using this module and think that it is already production ready.
What is missing for a 1.0 version?
Is there a roadmap oder terminated milestone to get to 1.0?
-
I may be suffereing an attack of the stupids, but I can't figure for the life of me how to customise the views & forms. I gues it starts with copying them to the views folders (I'm using Yii2 Advanced…
-
Дело в том, что он всегда стартует сессию. А это неверное поведение. Мое мнение, что не нужно запускать сессию, если на то нет явных причин.
На строке 52
https://github.com/yiisoft/yii2-app-basic/…