Skip to main content

All Questions

2 votes
0 answers
3k views

Laravel 4 - A four digit year could not be found Data missing

I'm trying to update some data and I'm having the next message: A four digit year could not be found Data missing In this form, I have some data that I want to update in my 'Actividad', so I have ...
JaviZu's user avatar
  • 497
0 votes
0 answers
197 views

Laravel 4 - update data pivot table

I have an 'Edit page' with a form, where I want to update some data. My Models: Actividad.php: public function materials() { return $this->belongsToMany('Material', '...
JaviZu's user avatar
  • 497