mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-17 02:04:03 +00:00
Upgrading to Laravel 12 (#346)
* Upgrading to Laravel 12 * Upgrade lockfile * Keep the old local filesystem driver base path --------- Co-authored-by: Darko Gjorgjijoski <5760249+gdarko@users.noreply.github.com> Co-authored-by: Darko Gjorgjijoski <dg@darkog.com>
This commit is contained in:
@@ -60,6 +60,13 @@ return [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/templates/pdf'),
|
||||
],
|
||||
|
||||
'local' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app'),
|
||||
'throw' => false,
|
||||
'report' => false,
|
||||
],
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user