My app uses a custom namespace and I don't have the `App\Http\Controllers\Controller` class. I had to customise the library to make it work. Maybe you could just use `Illuminate\Routing\Controller` instead?
My app uses a custom namespace and I don't have the
App\Http\Controllers\Controllerclass.I had to customise the library to make it work.
Maybe you could just use
Illuminate\Routing\Controllerinstead?