swisnl / json-api-server

Set up a JSON API in Laravel in just a few minutes.
MIT License
105 stars 19 forks source link

getRelationships windows problem #23

Closed sm3k closed 5 years ago

sm3k commented 6 years ago

getRelationships function on windows local server don't return relationships

pathinfo($returnType)['basename'] on linux return fullname on windows return only filename

offer to edit like this:

pathinfo($returnType)['dirname'].'\\'.pathinfo($returnType)['filename']

maybe there will be workaround and you have another solutions to fix it