Роман Сохарев

Results 5 issues of Роман Сохарев

**sould be** - [ ] Lumen support - [ ] Local Storage Driver - [ ] Request Collections - [ ] Import postman's requests - [ ] Different domains support...

enhancement

Проблема в том, что при некаскадном сохранении, связи не сохраняются, даже если "держателем" fk является сохраняемая сущность ```php $message = new Message(); $message->topic = 'blalalbla' // Устанавливаем отправителя на сообщение...

```elm enum Category { PROGRAMMING_LANGUAGES API_DESIGN } extend enum Category { UI_DESIGN } ``` This syntax should work same as `extend type` (preprocessing).

RL/SDL
Compatibility

Just a bookmark ) ```graphql wrapper Page($ofType: Type) { total: Int list: [$ofType!]! } type Query { users(page: Int, perPage: Int): Page(ofType: User) } ```

Proposition
RL/SDL

I can't create pull request without instructions how to build/test poject.