May be it's so easy but I couldn't find any proper answer in google or here!!
I did use
\File::copyDirectory('public/' . $token . '/cover/', $folderName . '/cover/');
but there's no different!!
This is where I found above solution.
Do you know how can I copy entire directory from one folder to another using laravel 5.4?
Thanks in Advance
/
in front of public. – Malm