Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

lumen file upload

$request->file('photo')->move($destinationPath);

$request->file('photo')->move($destinationPath, $fileName);
Source by lumen.laravel.com #
 
PREVIOUS NEXT
Tagged: #lumen #file #upload
ADD COMMENT
Topic
Name
9+8 =