-
It will give us ability to use signal loop from any console application, and even from RoadRunner.
-
Move `ErrorCatcher` logic to `ErrorResponseFactory`.
https://github.com/olegbaturin/yii3-error-handler/blob/error-response-factory/src/ErrorResponseFactory.php
https://github.com/olegbaturin/yii3-er…
-
Hi,
Thank you for the framework, first impression is good.
But could you add suggestion for necessary packages instead of error like: Class not found? Like it doing codeception when missing some p…
-
Is it possible to add a feature for supporting RESTful? Thank you.
https://www.yiiframework.com/doc/api/2.0/yii-rest-urlrule
-
I've got on the HTMX boat recently (apparently with a big chunk of the industry) and I think it's a match made in heaven for Yii framework, considering the `renderPartial` functionality built-in.
W…
-
Yiipeople needs a standard for moving existing modules. This process must be short and as transparent as possible.
-
## What steps will reproduce the problem?
```php
$data = [
'level' => [],
'log_time' => [],
'prefix' => [],
'message' => [],
'category' => [],
];
$model = new \app\models\ActionLog();
…
-
What do you think of using automatic aliases on joins, but only as option (need to decide where and how to put this as option), so it will not break backward compatibility, and it will solve ambiguous…
-
## Expected Behavior
Send e-invoices to customers in an electronic (UBL or CII) format that they can use to process their workflows more efficiently and automatically. Clients will be able to pay inv…
-
Streaming responses are very common in some AI API scenarios, and it is expected that the Yii framework will support this feature