Andrey Helldar
Andrey Helldar
The https://github.com/laravel/framework/pull/50546 (this is a fix for https://github.com/laravel/framework/issues/50534) solved the problem of message translation. I now propose to consider improving the translation of plurals. In English, the plural will always...
### Description I'm trying to connect the rdkafka 6.0.3 extension to PHP 8.3.9, but I'm getting an error: ```bash $ php -v PHP Warning: PHP Startup: Unable to load dynamic...
# Description # Screenshots/Recordings/Graphs ## Tests
## Description When testing any function from Laravel Prompts in Unix that accepts a value, an error occurs. ## Steps to reproduce ```bash composer create-project --prefer-dist laravel-zero/laravel-zero movie-cli cd movie-cli...
### What Happened In our project we use annotations to generate the OpenApi file and specify the description using Cyrillic. When calling the architectural test `arch()->preset()->php()` it returns an error:...
The message text is localized by Telegram itself depending on the user interface settings. ### Raw data: ```json { "message":{ "chat":{ "id":-1001396790970, "type":"supergroup", "title":"Laravel для начинающих", "username":"laravel_web" }, "date":1763631470, "from":{...
### Feature description For example: ```json { "shell": [ "copy foo bar", "php artisan key:generate" ] } ```