Zlatoslav Desyatnikov

Results 17 issues of Zlatoslav Desyatnikov

Adds https://github.com/laravel-json-api/laravel

https://github.com/laravel/framework/pull/33025

We are using [composer merge plugin](https://github.com/wikimedia/composer-merge-plugin) and store local repositories and dependencies (for package development) into `composer.dev.json`. This patch will add ability to change the `composer.json` filename via config.

postponed

| Q | A | ----------------- | --- | Bug? | no | New Feature? | yes | Framework | Laravel | Framework version | 7.29.0 | Package version |...

Hi! This PR adds an ability to set redis.db option via env variable `LARAVEL_ECHO_SERVER_REDIS_DB`.

Fixed errors like this: ``` ( ! ) Notice: Undefined offset: 0 in .../vendor/usmanhalalit/pixie/src/Pixie/QueryBuilder/QueryBuilderHandler.php on line 261 ```

I have an error ``` SQLSTATE[42S22]: Column not found: 1054 Unknown column '0' in 'field list'. ``` Trying to batch insert and onDuplicateKeyUpdate with data like array of arrays. This...

bug

If I try to set `null` as an example of some field, it will be ignored. Example: ```php Schema::string('foo') ->nullable() ->example(null), ``` It will look like this: ```json "foo": {...

Hi! It is about Laravel event Subscribers: https://laravel.com/docs/8.x/events#writing-event-subscribers There are two parts of the feature request. 1. At first it will be cool to have listeners methods autocomplete (second array...

Hi! It will be nice to have ability to refactor legacy model factories to class-based. Important things: - Namespace should be found by parsing the composer.json file (psr-4) - Don't...