]> BookStack Code Mirror - bookstack/commit
Added book export and created export tests to cover
authorDan Brown <redacted>
Sun, 26 Feb 2017 13:26:51 +0000 (13:26 +0000)
committerDan Brown <redacted>
Sun, 26 Feb 2017 13:26:51 +0000 (13:26 +0000)
commiteded8abdedf71ce6fca552a310e04d0cbe9c3827
tree56ef7da09240b65c8c9a512f5c9100d839d77427
parent0abed1afe5006173c9a16e369a28b693c6716423
Added book export and created export tests to cover

In reference to #177
app/Http/Controllers/BookController.php
app/Http/Controllers/PageController.php
app/Repos/EntityRepo.php
app/Services/ExportService.php
app/Services/PermissionService.php
config/dompdf.php
resources/views/books/export.blade.php [new file with mode: 0644]
resources/views/books/show.blade.php
resources/views/pages/export.blade.php
routes/web.php
tests/Entity/ExportTest.php [new file with mode: 0644]