Hernandes Pereira
Hernandes Pereira

Reputation: 11

How to read and edit the word file in laravel?

How do I read a Word file and be able to edit it in Laravel (phpWord)? I imagine a scenario where the user can open, modify and then save the file.

Upvotes: 0

Views: 2594

Answers (1)

Niklas
Niklas

Reputation: 1694

This is what you are looking for, I think: https://github.com/PHPOffice/PHPWord

Cheers,

Niklas

Upvotes: 1

Related Questions