]> BookStack Code Mirror - bookstack/commit
ZIP Import: Added model+migration, and reader class
authorDan Brown <redacted>
Sat, 2 Nov 2024 17:17:34 +0000 (17:17 +0000)
committerDan Brown <redacted>
Sat, 2 Nov 2024 17:17:34 +0000 (17:17 +0000)
commit74fce9640ef39a743bdb5a997724465c7c2b764c
treeb44b40530eb1181e55c2c50080e84b15f33356db
parent259aa829d42b1cd93011d5b8b531c15804741cb5
ZIP Import: Added model+migration, and reader class
app/Exports/Controllers/ImportController.php
app/Exports/Import.php [new file with mode: 0644]
app/Exports/ZipExports/ZipExportReader.php [new file with mode: 0644]
app/Exports/ZipExports/ZipExportValidator.php
app/Exports/ZipExports/ZipFileReferenceRule.php
app/Exports/ZipExports/ZipValidationHelper.php
database/factories/Exports/ImportFactory.php [new file with mode: 0644]
database/migrations/2024_11_02_160700_create_imports_table.php [new file with mode: 0644]