1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00
invoiceninja/app/Http/Requests/Document
Benjamin Beganović 4e9bc0552d Rename "Downloads" to "Documents":
- Remove Livewire auto-publish from composer.json
- Replace old DocumentController with DownloadsController
- Rename DownloadsTable & downloads-table to DocumentsTable & documents-table
- New ShowDocumentRequest for displaying documents
- Change authorize() with DownloadMultipleDocumentsRequest
- Change route in PortalComposer
- Update Livewire assets
- Remove old documents routes
2020-09-28 12:04:34 +02:00
..
CreateDocumentRequest.php Laravel 7.x Shift (#40) 2020-09-06 19:38:10 +10:00
DestroyDocumentRequest.php Laravel 7.x Shift (#40) 2020-09-06 19:38:10 +10:00
DownloadMultipleDocumentsRequest.php Rename "Downloads" to "Documents": 2020-09-28 12:04:34 +02:00
EditDocumentRequest.php Laravel 7.x Shift (#40) 2020-09-06 19:38:10 +10:00
ShowDocumentRequest.php Laravel 7.x Shift (#40) 2020-09-06 19:38:10 +10:00
StoreDocumentRequest.php Laravel 7.x Shift (#40) 2020-09-06 19:38:10 +10:00
UpdateDocumentRequest.php Laravel 7.x Shift (#40) 2020-09-06 19:38:10 +10:00