Hello! I'm creating new model using the mass assignment: $item = Item::create($itemAttributes); dd($...
solved. the problem was that I used non-integer primary key. the solution was just to add this line...
The Laravel portal for problem solving, knowledge sharing and community building.
The community