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
**For Laravel 4, checkout the documentation on the [Laravel 4 branch](https://github.com/syntaxerrors/Steam/tree/Laravel4).**
11
+
**Version Support**
12
+
`Laravel >= 5.8.0`
13
+
`PHP >= 7.1.0`
12
14
13
15
-[Installation](#installation)
14
16
-[Usage](#usage)
@@ -27,7 +29,7 @@ This package provides an easy way to get details from the Steam API service. Th
27
29
Begin by installing this package with composer.
28
30
29
31
"require": {
30
-
"syntax/steam-api": "2.0.*"
32
+
"syntax/steam-api": "2.1.*"
31
33
}
32
34
33
35
Next, update composer from the terminal.
@@ -36,14 +38,6 @@ Next, update composer from the terminal.
36
38
37
39
> Alternately, you can run "composer require syntax/steam-api:dev-master" from the command line.
38
40
39
-
> **Note**: If you are using Laravel 5.5, the next steps are unnecessary. This package supports Laravel [Package Discovery](https://laravel.com/docs/5.5/packages#package-discovery).
40
-
41
-
Once that is finished, add the service provider to `config/app.php`
42
-
43
-
'Syntax\SteamApi\SteamApiServiceProvider',
44
-
45
-
> The alias to Steam is already handled by the package.
46
-
47
41
Lastly, publish the config file. You can get your API key from [Steam](http://steamcommunity.com/dev/apikey).
0 commit comments