I'm trying to create a collection of items that are over due. Here's my code Transaction.php /**...
Here's my view @extends('app') @section('content') {!! Form::open(['url' => 'person', 'class'...
Just an update. I've fixed this problem by filtering the returned Equipment collection public functi...
AtomicRSA said: Thanks for your reply. I added this: protected $redirectTo = '/users/login'; But i...
Have you checked your AuthController? There's a protected variable with the name $redirectTo that sh...
I was using $fillable with the properties I wanted to assign, but I changed it to $guarded and now i...
iboinas said: Did u check my 3 posts?? if you use $guarded, you will identify the columns that shou...
The Laravel portal for problem solving, knowledge sharing and community building.
The community