i don't know what is inside ur model.php
but i assume u havent set the derived $fillable
protected $fillable = ['title','url','description']
you must first set it
Thanks so much, yes you have right. I'm forgot to add title, url and description to my model ;)))
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community