Level 52
If you use the Storage facade you can move in the cloud.
1 like
In Laravel5 when i up a file with the method move() this method save the file in the cloud or only local?
You can do that simply with
$request->file('foo')->move('my_path')
No need to an Uploader Service
Please or to participate in this conversation.