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:
@@ -48,6 +48,11 @@ return [
|
||||
'root' => storage_path('app'),
|
||||
],
|
||||
|
||||
'supports' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('drivers'),
|
||||
],
|
||||
|
||||
'public' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/public'),
|
||||
|
||||
Reference in New Issue
Block a user