diff --git a/app/Stimpack/Manipulators/Create.php b/app/Stimpack/Manipulators/Create.php index c54fa11..c6911dd 100644 --- a/app/Stimpack/Manipulators/Create.php +++ b/app/Stimpack/Manipulators/Create.php @@ -12,8 +12,7 @@ public function perform() { // Get the file from github $start = microtime(true); //file_put_contents("../storage/stimpack/laravel.zip", fopen("https://github.com/ajthinking/compressed/raw/master/laravel.zip", 'r')); - - // Unzip + $zip = new ZipArchive; $res = $zip->open(storage_path("stimpack/laravel.zip")); if ($res === TRUE) {