hello, do check your model Afspraak contains the following,
protected $fillable=['end','start'];
Thanks for the reply Kensim86. Apparently it was some weird issue with Carbon and the timestamp field in the database. I've switched from Carbon to using Unix timestamps in my database + in my code and now it works properly.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community