Nemanja Avramović

Results 4 issues of Nemanja Avramović

I'm using SoftDeletes on my model and if I try to query trashed models it doesn't seem to work. First I've tried this: ``` $item = $itemRepo->withTrashed()->all(); ``` It says...

It would be cool if, when adding image, we would have a simple text box (below upload field for example) to paste URL of an image which is already online....

enhancement

Since Laravel 5.8 is outdated and L6 is LTS version, this PR will update core dependencies to L6

Randomly the API fails to authenticate. It returns **false** and I have no idea what's causing this, but the code fails to add user to the list. Refresh of the...