Currently facing an issue with an old Laravel project I am trying to revive and update. The error we’re receiving is being thrown on line 11 inside of MessagesController like so: “…/app/Http/Controllers/Administrator/MessagesController.php:11” Messages Controller: Base Controller: Answer Your parent Controller has not included use IlluminateHttpRequest;. Secondly your parent getUserName method, has the request parameter set to nullable. So change your
Tag: sentinel
Laravel 5.3 + Sentinel: BadMethodCallException in Builder.php line 2450
I’m trying to build my first Laravel application by following a few guides on the internet and I’m feeling I’m missing something obvious. Here is the code. Error BadMethodCallException in Builder….