BookStack/app/Exports/Controllers
2025-04-25 12:48:34 +05:30
..
BookExportApiController.php Implement functionality to export a book, along with its pages and chapters, as a ZIP file. 2025-04-25 12:45:09 +05:30
BookExportController.php Themes: Added route to serve public theme files 2025-01-13 14:34:44 +00:00
ChapterExportApiController.php Implement functionality to export a book, along with its pages and chapters, as a ZIP file. 2025-04-25 12:45:09 +05:30
ChapterExportController.php Themes: Added route to serve public theme files 2025-01-13 14:34:44 +00:00
ImportApiController.php Develop functionality to import ZIP files. Create an API controller and define a route entry for handling the import process. Implement logic to read the list of files within the ZIP, process the directory structure, and automatically create associated pages, chapters, and books based on the ZIP file's contents. 2025-04-25 12:48:34 +05:30
ImportController.php ZIP Import & Exports: Addressed issues during testing 2024-11-25 15:54:15 +00:00
PageExportApiController.php Implement functionality to export a book, along with its pages and chapters, as a ZIP file. 2025-04-25 12:45:09 +05:30
PageExportController.php Themes: Added route to serve public theme files 2025-01-13 14:34:44 +00:00