You can not convert a file to docx format with Laravel itself. You need to install php imagemagick extension to your application. But with PHP IMAGEMAGICK, images can be converted to pdfs, to convert a file to docx you need use third party libraries.
1
solved How to covert document file in pdf with same formatting using Laravel [closed]