I have a problem reading a Word file in laravel, the situation is as follows:
I have a form where a person adds a word file into an input type file field. I want to get the text of this word, separate it into a variable to later write to the bank. Is this possible?