PHPackages                             komauras/evelo - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. komauras/evelo

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

komauras/evelo
==============

EveOnline SSO2 Provider for Laravel Socialite

1.1.0(5y ago)021MITPHPPHP ^7.0

Since Jun 8Pushed 5y ago1 watchersCompare

[ Source](https://github.com/KomAuras/evelo)[ Packagist](https://packagist.org/packages/komauras/evelo)[ RSS](/packages/komauras-evelo/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (2)Versions (10)Used By (0)

Eve Online Provider for Laravel Socialite
=========================================

[](#eve-online-provider-for-laravel-socialite)

Installation and config
-----------------------

[](#installation-and-config)

Install Larvel Socialite (see here: )

Install the eveonline socialite provider

```
composer require komauras/evelo

```

Add the follwing to your .env file:

```
EVEONLINE_CLIENT_ID=
EVEONLINE_CLIENT_SECRET=
EVEONLINE_REDIRECT=

```

(Get your Eve Online SSO credentials here: )

#### Laravel &lt;= 5.4

[](#laravel--54)

Add the following to your config/app.php

```
KomAuras\Evelo\Providers\EveloServiceProvider::class,

```

#### Laravel 5.5

[](#laravel-55)

Service Provider is auto discovered.

Usage
-----

[](#usage)

```
