Add errror handling on device that use MyKad scanner without driver/services

- Provide download link of the driver in the handling modal
This commit is contained in:
afiq.hamzah
2023-03-08 16:17:08 +08:00
parent def687b3a0
commit 454bf9a931
6 changed files with 223 additions and 176 deletions
+5
View File
@@ -48,6 +48,11 @@ return [
'root' => storage_path('app'),
],
'supports' => [
'driver' => 'local',
'root' => storage_path('drivers'),
],
'public' => [
'driver' => 'local',
'root' => storage_path('app/public'),