Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
XavRsl committed Feb 15, 2014
1 parent 6bfb701 commit 30dc8db
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,26 @@ cas
===

CAS server SSO authentication in laravel 4.x

## Installation

Require this package in your composer.json and run composer update (or run `composer require XavRsl/Cas:dev-master` directly):

"XavRsl/Cas": "dev-master"

After updating composer, add the ServiceProvider to the providers array in app/config/app.php

'XavRsl/Cas/CasServiceProvider',

As well as the Facade :

'Cas' => 'Xavrsl\Cas\Facades\Cas',

You need to publish the conf so you will ffind it in app/config/packages/xavrsl/cas/

$ php artisan config:publish xavrsl/cas

Usage
==

Authenticate against the CAS server

0 comments on commit 30dc8db

Please sign in to comment.