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:
mchev
2025-05-04 11:04:01 +02:00
committed by GitHub
parent 2e77a76c7b
commit 1ff220f0d8
4 changed files with 459 additions and 336 deletions

View File

@@ -60,6 +60,13 @@ return [
'driver' => 'local',
'root' => storage_path('app/templates/pdf'),
],
'local' => [
'driver' => 'local',
'root' => storage_path('app'),
'throw' => false,
'report' => false,
],
],
];