solved. the problem was that I used non-integer primary key. the solution was just to add this line into the model:
public $incrementing = false;
(further reading according this topic can be found in forum archive )
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community