I'm trying to save the name of the image in the database from Laravel, I could get the name of the file but I get an error in the code:
$name = time().'_'.$file->getClientOriginalExtension();
and then I do not know what the error is,...
asked by
24.05.2018 / 20:50