how can i send a image from my public folder?. I have a column 'image' of type MEDIUMBLOB in my table 'movies'. This is my seed :
public function(){
DB::table('movies')->insert([
'name' => 'La vida es bella',
'score' => '0',
'date' => '1999-2-26',
'image' => ??????????
]);
}
from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2iKaW3I
via IFTTT
Aucun commentaire:
Enregistrer un commentaire