I'm storing files from dropzone to storage folder. Symlink has been created and files show nicely on front. After some logic and steps I wish to move them to a different directory. Storage::move trows error : "No such file or directory". I event run a check with php method file_exists that returns true.
This is mu system file :
'local' => [
'driver' => 'local',
'root' => storage_path('app'),
],