Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
invisnik committed Apr 25, 2019
1 parent 5f90e96 commit 10fd44e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@

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.

## Installation Via Composer
## Requirements
* PHP 7.1+
* Laravel 5.8+

## Installation
#### Via Composer
```bash
composer require invisnik/laravel-steam-auth
```
Expand All @@ -22,10 +26,10 @@ STEAM_API_KEY=SomeKindOfAPIKey

#### Config Files

Lastly, publish the config file.
Publish the config file.

```
php artisan vendor:publish
php artisan vendor:publish --provider="Invisnik\LaravelSteamAuth\SteamServiceProvider"
```
## Usage example
In `config/steam-auth.php`:
Expand Down

0 comments on commit 10fd44e

Please sign in to comment.