Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gfarrell/ravenly

Raven (ucam-webauth) authentication bundle for Laravel
https://github.com/gfarrell/ravenly

Last synced: 13 days ago
JSON representation

Raven (ucam-webauth) authentication bundle for Laravel

Awesome Lists containing this project

README

        

Ravenly
=======

Raven (ucam-webauth) authentication for Laravel.

Installation
------------

### Activation

Activate the bundle in `bundles.php`:

'ravenly' => array(
'autoloads' => array(
'namespaces' => array(
'Ravenly' =>'(:bundle)'
)
),
'auto' => true
)

### Configuration

The bundle settings are in `config/auth.php`, and are documented in there.