selahattinunlu / laravel-api-query-builder

Laravel & Lumen Api Query Builder Package
332 stars 66 forks source link

Laravel 5.5 - Undefined index: PATH_INFO #33

Open robsontenorio opened 6 years ago

robsontenorio commented 6 years ago

It seems new release 5.5 of Laravel does not include 'PATH_INFO' on global $SERVER.

$request->merge(['id' => $id]);
$request = RequestCreator::createWithParameters($request->all());

ERROR

Undefined index: PATH_INFO
robsontenorio commented 6 years ago

Waiting @selahattinunlu approval ...

PR https://github.com/selahattinunlu/laravel-api-query-builder/pull/34