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
## Try our dead simple, free file transfer service [keep.sh](https://keep.sh)
13
+
12
14
## Introduction
13
15
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.
14
16
@@ -22,4 +24,4 @@ Please submit all issues and pull requests to the [simplesoftwareio/simple-qrcod
22
24
23
25
## License
24
26
25
-
This software is released under the [MIT license.](https://opensource.org/licenses/MIT)
27
+
This software is released under the [MIT license.](https://opensource.org/licenses/MIT)
@@ -34,25 +34,19 @@ We are looking for users who speak Arabic, Spanish, French, Korean or Japanese t
34
34
First, add the Simple QrCode package to your `require` in your `composer.json` file:
35
35
36
36
"require": {
37
-
"simplesoftwareio/simple-qrcode": "~1"
37
+
"simplesoftwareio/simple-qrcode": "~2"
38
38
}
39
39
40
40
Next, run the `composer update` command.
41
41
42
42
#### Service Provider
43
43
44
-
###### Laravel 4
45
-
Register the `SimpleSoftwareIO\QrCode\QrCodeServiceProvider` in your `app/config/app.php` within the `providers` array.
46
-
47
-
###### Laravel 5
44
+
###### Laravel <= 5.4
48
45
Register the `SimpleSoftwareIO\QrCode\QrCodeServiceProvider::class` in your `config/app.php` within the `providers` array.
49
46
50
47
#### Aliases
51
48
52
-
###### Laravel 4
53
-
Finally, register the `'QrCode' => 'SimpleSoftwareIO\QrCode\Facades\QrCode'` in your `app/config/app.php` configuration file within the `aliases` array.
54
-
55
-
###### Laravel 5
49
+
###### Laravel <= 5.4
56
50
Finally, register the `'QrCode' => SimpleSoftwareIO\QrCode\Facades\QrCode::class` in your `config/app.php` configuration file within the `aliases` array.
57
51
58
52
<aid="docs-ideas"></a>
@@ -339,7 +333,7 @@ This helpers makes scannable QrCodes that can connect a phone to a WiFI network.
339
333
>WiFi scanning is not currently supported on Apple Products.
340
334
341
335
<aid="docs-common-usage"></a>
342
-
##Common QrCode Usage
336
+
##Common QrCode Usage
343
337
344
338
You can use a prefix found in the table below inside the `generate` section to create a QrCode to store more advanced information:
345
339
@@ -361,7 +355,7 @@ You can use a prefix found in the table below inside the `generate` section to c
Copy file name to clipboardExpand all lines: docs/es/README.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,25 +32,19 @@ Estamos buscando usuarios que hablen Árabe, Francés, Coreano o Japonés para t
32
32
Primero, añadir el paquete Simple QrCode en su `require` en su archivo `composer.json`:
33
33
34
34
"require": {
35
-
"simplesoftwareio/simple-qrcode": "~1"
35
+
"simplesoftwareio/simple-qrcode": "~2"
36
36
}
37
37
38
38
Luego, ejecutar el comando `composer update`.
39
39
40
40
#### Service Provider
41
41
42
-
###### Laravel 4
43
-
Registrar `SimpleSoftwareIO\QrCode\QrCodeServiceProvider` en su `app/config/app.php` dentro del array `providers`.
44
-
45
-
###### Laravel 5
42
+
###### Laravel <= 5.4
46
43
Registrar `SimpleSoftwareIO\QrCode\QrCodeServiceProvider::class` en su `config/app.php` dentro del array `providers`.
47
44
48
45
#### Aliases
49
46
50
-
###### Laravel 4
51
-
Finalmente, registrar `'QrCode' => 'SimpleSoftwareIO\QrCode\Facades\QrCode'` en su archivo de configuración `app/config/app.php` dentro del array `aliases`.
52
-
53
-
###### Laravel 5
47
+
###### Laravel <= 5.4
54
48
Finalmente, registrar `'QrCode' => SimpleSoftwareIO\QrCode\Facades\QrCode::class` en su archivo de configuración `config/app.php` dentro del array `aliases`.
Copy file name to clipboardExpand all lines: docs/it/README.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,25 +32,19 @@ Siamo alla ricerca di utenti che ci aiutino a tradurre la documentazione in Arab
32
32
Per prima cosa, aggiungete il pacchetto di Simple QrCode al file `require` in `composer.json`:
33
33
34
34
"require": {
35
-
"simplesoftwareio/simple-qrcode": "~1"
35
+
"simplesoftwareio/simple-qrcode": "~2"
36
36
}
37
37
38
38
Ora lanciate il comando `composer update`.
39
39
40
40
#### Service Provider
41
41
42
-
###### Laravel 4
43
-
Registrate `SimpleSoftwareIO\QrCode\QrCodeServiceProvider` nel vostro `app/config/app.php` all'interno dell'array `providers`.
44
-
45
-
###### Laravel 5
42
+
###### Laravel <= 5.4
46
43
Registrate `SimpleSoftwareIO\QrCode\QrCodeServiceProvider::class` nel vostro `config/app.php` all'interno dell'array `providers`.
47
44
48
45
#### Alias
49
46
50
-
###### Laravel 4
51
-
Infine, registrate `'QrCode' => 'SimpleSoftwareIO\QrCode\Facades\QrCode'` nel vostro file di configurazione `app/config/app.php` all'interno dell'array `aliases`.
52
-
53
-
###### Laravel 5
47
+
###### Laravel <= 5.4
54
48
Infine, registrate `'QrCode' => SimpleSoftwareIO\QrCode\Facades\QrCode::class` nel vostro file di configurazione `config/app.php` all'interno dell'array `aliases`.
Copy file name to clipboardExpand all lines: docs/pt-br/README.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,25 +32,19 @@ Simple QrCode é wrapper de fácil uso do Framework Laravel, baseado no grande t
32
32
Primeiramente, adicione o pacote Simple QrCode ao seu `require` no arquivo `composer.json`:
33
33
34
34
"require": {
35
-
"simplesoftwareio/simple-qrcode": "~1"
35
+
"simplesoftwareio/simple-qrcode": "~2"
36
36
}
37
37
38
38
Próximo, execute o comando `composer update`.
39
39
40
40
#### Provedor de Serviço
41
41
42
-
###### Laravel 4
43
-
Registre o `SimpleSoftwareIO\QrCode\QrCodeServiceProvider` em seu `app/config/app.php` dentro do array`providers`.
44
-
45
-
###### Laravel 5
42
+
###### Laravel <= 5.4
46
43
Registre a `SimpleSoftwareIO\QrCode\QrCodeServiceProvider::class` em seu `config/app.php` dentro do array `providers`.
47
44
48
45
#### Aliases
49
46
50
-
###### Laravel 4
51
-
Finalmente, registre o `'QrCode' => 'SimpleSoftwareIO\QrCode\Facades\QrCode'` em seu arquivo de configuração `app/config/app.php` dentro do array `aliases`.
52
-
53
-
###### Laravel 5
47
+
###### Laravel <= 5.4
54
48
Finally, register the `'QrCode' => SimpleSoftwareIO\QrCode\Facades\QrCode::class` em seu arquivo de configuração `config/app.php` dentro do array `aliases`.
0 commit comments