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
Upload files with a single curl command from your terminal! `curl --upload-file your-local-file.txt https://keep.sh`
18
+
Easy fast file sharing from the command line with a single curl command! `curl --upload-file your-local-file.txt https://keep.sh`
19
19
20
20
## Introduction
21
21
Simple QrCode is an easy to use wrapper for the popular Laravel framework based on the great work provided by [Bacon/BaconQrCode](https://github.com/Bacon/BaconQrCode). We created an interface that is familiar and easy to install for Laravel users.
@@ -28,6 +28,16 @@ Documentation for Simple QrCode can be found on our [website.](http://www.simple
<ahref="https://rsvpify.com/sell-tickets">Platform to sell tickets online</a>
39
+
</p>
40
+
31
41
## Contributing
32
42
33
43
Please submit all issues and pull requests to the [simplesoftwareio/simple-qrcode](https://github.com/simplesoftwareio/simple-qrcode) repository on the develop branch!
<ahref="https://rsvpify.com/sell-tickets">Platform to sell tickets online</a>
19
+
</p>
20
+
11
21
<aid="docs-introduction"></a>
12
22
## Introduction
13
23
Simple QrCode is an easy to use wrapper for the popular Laravel framework based on the great work provided by [Bacon/BaconQrCode](https://github.com/Bacon/BaconQrCode). We created an interface that is familiar and easy to install for Laravel users.
@@ -23,6 +33,8 @@ You **must** install the `imagick` PHP extension if you plan on using the `png`
23
33
24
34
#### v4
25
35
36
+
> There was a mistake when creating 4.1.0 and allowing a backwards breaking change into the master branch. The `generate` method will now return an instance of `Illuminate\Support\HtmlString` if you are running Laravel. See https://github.com/SimpleSoftwareIO/simple-qrcode/issues/205 for more information.
37
+
26
38
There was a Laravel facade issue within v3 that causes some loading issues. The only way to fix this was to create a backwards breaking change so v4 has been released. If you are coming from v2 there is no need to change any code. The below change only effects users on v3.
27
39
28
40
All references to the `QrCode` facade need to be changed to:
@@ -150,6 +162,8 @@ The following gradient types are supported:
150
162
151
163
You may change the eye colors by using the `eyeColor` method.
152
164
165
+
QrCode::eyeColor(0, 255, 255, 255, 0, 0, 0); // Changes the eye color of eye `0`
@@ -161,6 +175,8 @@ You may change the eye colors by using the `eyeColor` method.
161
175
162
176
The style can be easily swapped out with `square`, `dot,` or `round`. This will change the blocks within the QrCode. The second parameter will affect the size of the dots or roundness.
0 commit comments