When i send my ADD form.
Database table: video
ID / title / url / description / created_at / update_at
I have new row in databese but:
title / url / description was EMPTY.
https://paste.laravel.io/4435733e-cb17-414d-a54c-ec73a10be392#7
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