Zipper icon indicating copy to clipboard operation
Zipper copied to clipboard

Error 503 Backend fetched error

Open lalustine7 opened this issue 7 years ago • 0 comments

$foldername=$request->input('project_name'); $zipper = new \Chumper\Zipper\Zipper; if(!file_exists($foldername)){ mkdir($foldername); $zipper->make('cashflow.zip')->extractTo($foldername); }else{ return back()->with('error',$request->input('project_name').' project is already created!!'); }

Above is my code in laravel project. I have tried to extract the zip file to another folder but it keeps showing error error

I am really exhausted with the error.

lalustine7 avatar Apr 05 '17 04:04 lalustine7