There was an error while loading. Please reload this page.
This issue has cropped up in some highly customised projects, for example; https://github.com/dingo/api/issues/1636
The solution is to add the following line to the register() method of your AppServiceProvider
public function register() { $this->app->bind("League\\Fractal\\ScopeFactoryInterface", "\\League\\Fractal\\ScopeFactory"); // }