Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gfarrell/ravenly
- Owner: gfarrell
- Created: 2013-03-16T13:57:29.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-01T10:26:34.000Z (almost 11 years ago)
- Last Synced: 2024-11-16T14:11:37.738Z (2 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.