File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
resources/views/docs/1/the-basics Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ the platform on which your app is running.
18
18
While some features are platform-specific, NativePHP gracefully handles this for you so that you don't have to think
19
19
about whether something is Linux-, Mac-, or Windows-only.
20
20
21
- ## Prompt for TouchID
21
+ ## TouchID
22
22
23
23
For Mac systems that support TouchID, you can use TouchID to protect and unlock various parts of your application:
24
24
@@ -37,9 +37,9 @@ You can list all available printers:
37
37
``` php
38
38
@use(Native\Laravel\Facades\System)
39
39
40
- @foreach(System::printers() as $printer)
41
- {{ $printer->displayName }}
42
- @foreach
40
+ @@ foreach(System::printers() as $printer)
41
+ @ {{ $printer->displayName }}
42
+ @@ foreach
43
43
```
44
44
45
45
Each item in the printers array is a ` \Native\Laravel\DataObjects\Printer ` which contains various device details and
You can’t perform that action at this time.
0 commit comments