|
|
@ -203,11 +203,17 @@ class Convertor |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
\Illuminate\Support\Facades\Log::info('============================'); |
|
|
|
\Illuminate\Support\Facades\Log::info($this->path); |
|
|
|
|
|
|
|
// We are done with the images processing, delete directory.
|
|
|
|
$this->storage->deleteDirectory($this->path); |
|
|
|
|
|
|
|
$this->path = "$this->path.md"; |
|
|
|
|
|
|
|
\Illuminate\Support\Facades\Log::info($this->path); |
|
|
|
\Illuminate\Support\Facades\Log::info('++++++++++++++++++++++++++'); |
|
|
|
|
|
|
|
$this->storage->put($this->path, $imagesContent); |
|
|
|
} |
|
|
|
|
|
|
|