InactiveProjects / limoncello-collins

Quick start JSON API application (Laravel based)
http://jsonapi.org
71 stars 10 forks source link

Fails in console commands #20

Open neomerx opened 8 years ago

neomerx commented 8 years ago

It looks it tries to get current request while in console which is obviously absent which produces error

$ php artisan route:list

PHP Fatal error: Call to a member function createQueryChecker() on null in /.../limoncello-collins/vendor/neomerx/limoncello/src/Http/JsonApiRequest.php on line 361

mk-conn commented 8 years ago

Since this project is now inactive... how to solve the bug when I still use this implementation?