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
Copy file name to clipboardExpand all lines: docs/en/README.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,18 +41,12 @@ 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.
Copy file name to clipboardExpand all lines: docs/es/README.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,18 +39,12 @@ 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
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,18 +39,12 @@ 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
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,18 +39,12 @@ 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`.
Copy file name to clipboardExpand all lines: docs/ru/README.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,18 +39,12 @@
39
39
40
40
#### Поставщик Услуг
41
41
42
-
###### Laravel 4
43
-
Зарегистрируйте `SimpleSoftwareIO\QrCode\QrCodeServiceProvider` в `app/config/app.php` в пределах массива `providers`.
44
-
45
-
###### Laravel 5
42
+
###### Laravel <= 5.4
46
43
Зарегистрируйте `SimpleSoftwareIO\QrCode\QrCodeServiceProvider::class` в `config/app.php` в пределах массива `providers`.
47
44
48
45
#### Псевдонимы
49
46
50
-
###### Laravel 4
51
-
И, наконец, зарегистрируйте `'QrCode' => 'SimpleSoftwareIO\QrCode\Facades\QrCode'` в `app/config/app.php` файл конфигурации в пределах массива `aliases`.
52
-
53
-
###### Laravel 5
47
+
###### Laravel <= 5.4
54
48
В конце, зарегистрируйте `'QrCode' => SimpleSoftwareIO\QrCode\Facades\QrCode::class` в `config/app.php` файл конфигурации в пределах массива `aliases`.
0 commit comments