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
This package is a Laravel 5 service provider which provides support for Steam OpenID and is very easy to integrate with any project that requires Steam authentication.
8
8
9
9
## Installation Via Composer
10
10
Add this to your `composer.json` file, in the require object:
11
11
12
12
```javascript
13
-
"TruckersMP/laravel-steam-auth":"3.*"
13
+
"truckersmp/laravel-steam-auth":"3.*"
14
14
```
15
15
16
16
After that, run `composer install` to install the package.
0 commit comments