https://github.com/gfarrell/ravenly
Raven (ucam-webauth) authentication bundle for Laravel
https://github.com/gfarrell/ravenly
Last synced: 3 months ago
JSON representation
Raven (ucam-webauth) authentication bundle for Laravel
- Host: GitHub
- URL: https://github.com/gfarrell/ravenly
- Owner: gfarrell
- Created: 2013-03-16T13:57:29.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-01T10:26:34.000Z (over 11 years ago)
- Last Synced: 2025-01-17T07:09:16.913Z (5 months ago)
- Language: PHP
- Size: 285 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.