8000 GitHub - martinsdeee/xauth: Laravel 4 xAuth Package
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

martinsdeee/xauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Total Downloads

PACKAGE IN DEVELOPMENT STAGE

Laravel 4 xAuth Package

Package for user authorization managament

Package contains

  • Session module
  • Users module
  • Profile module
  • Groups module
  • Roles module

Installation

Begin by installing this package through Composer. Edit your project's composer.json file to require martinsdeee/xauth.

{
    "require": {
        "martinsdeee/xlayout": "dev-master",
        "way/form": "dev-master",
        "martinsdeee/xauth": "dev-master"
    }
}

Next, update Composer from the Terminal:

composer update

Once this operation completes, the final step is to add the service provider. Open app/config/app.php, and add a new item to the providers array.

'Martinsdeee\Xauth\XauthServiceProvider'

Migrate database

php artisan migrate --package="martinsdeee/xauth"

Configuration:

php artisan config:publish martinsdeee/xauth

Config User model app/models/User.php

use Martinsdeee\Xauth\User as xUser;

class User extends xUser {

}

About

Laravel 4 xAuth Package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0