Support the ongoing development of Laravel.io →

Drehmini

Joined 4 Jan 2016

Statistics

Threads 2
Replies 9
Solutions 1
Articles 0

Undefined property: Illuminate\Database\Eloquent\Relations\HasMany::$due_date

I'm trying to create a collection of items that are over due. Here's my code Transaction.php /**...

0 Likes
1 Replies
Solved

CSRF _token Mass Assignment Error

Here's my view @extends('app') @section('content') {!! Form::open(['url' => 'person', 'class'...

0 Likes
15 Replies
Solved
replied 8 years ago

Undefined property: Illuminate\Database\Eloquent\Relations\HasMany::$due_date

Just an update. I've fixed this problem by filtering the returned Equipment collection public functi...

0 Likes
Solved
replied 8 years ago

Site crash when not logging out

AtomicRSA said: Thanks for your reply. I added this: protected $redirectTo = '/users/login'; But i...

0 Likes
replied 8 years ago

Site crash when not logging out

Have you checked your AuthController? There's a protected variable with the name $redirectTo that sh...

0 Likes
replied 8 years ago

CSRF _token Mass Assignment Error

I was using $fillable with the properties I wanted to assign, but I changed it to $guarded and now i...

0 Likes
replied 8 years ago

CSRF _token Mass Assignment Error

iboinas said: Did u check my 3 posts?? if you use $guarded, you will identify the columns that shou...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.