paymenr order

This commit is contained in:
2024-11-03 21:30:28 +05:00
parent 1c650710b1
commit 62ea6af082
27 changed files with 27049 additions and 3 deletions

View File

@@ -37,6 +37,13 @@ return [
'throw' => false,
],
'private' => [
'driver' => 'local',
'root' => storage_path('app/private'),
'serve' => true,
'throw' => false,
],
'public' => [
'driver' => 'local',
'root' => storage_path('app/public'),