Laravel this is not only a practical framework, it is also a programming style
simple question. I tried to save a file to storage from a form post. Code:
$path = $request->file('image')->store('image');
But the $path returns as /tmp/phpCCTWsV
$path
/tmp/phpCCTWsV
How to fix this?
Aucun commentaire:
Enregistrer un commentaire