I have a routes.php /* * Web */ Route::group(['namespace' => '\Smartii\Controllers\Web'], funct...
I agree with abbajbryant, your service shouldn't know anything about the http layer, or any layer ab...
I'm not sure exactly what you were trying to do because it looks like your creating an empty Residen...
Make sure your remember token is setup correctly on your User model. See upgrade guide
For me a repository is only an interface between some sort of persistence layer. So anything outside...
Solved. I was accidentally using put to create the session instead of post.
The Laravel portal for problem solving, knowledge sharing and community building.