mkdir(): No such file or directory Error In PhpWord and Laravel 10
Am trying to save a word document using PhpWord 1.0 object Writer within the storage folder in laravel 10 but am getting an exception "mkdir(): No such file or directory". The logic is as follows: // Set MS Word compatibility…