Skip to content

Raven (ucam-webauth) authentication bundle for Laravel

Notifications You must be signed in to change notification settings

SerdarSanri/Ravenly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Raven (ucam-webauth) authentication bundle for Laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%