You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Control the padding around the QR code for optimal appearance:
44
+
45
+
```php
46
+
Qrcode::make('QR Code', 'field')
47
+
->margin(10)
48
+
```
49
+
50
+
The margin value for the QR code adjusts based on its size: if the size is greater than `250`, it uses the margin value specified in `->margin()`, otherwise it defaults to a margin value of `1`.
0 commit comments