Home > Article > Backend Development > php packaging file solution
I want to make a function to export markdown articles online, generate text files from all user articles, and then package them into zip files for users to download.
How to package PHP, what are the good classes, preferably laravel package?
What else can be done to display the packaging progress on the front end?