vuba/oidc-user

Sprinkle for extending the User model.

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:userfrosting-sprinkle

dev-master 2017-12-03 11:20 UTC

This package is auto-updated.

Last update: 2024-04-14 02:29:33 UTC


README

Example sprinkle for extending the User class to contain additional fields.

Installation

Edit UserFrosting app/sprinkles.json and add the following to the require list : "userfrosting/oidc-user": "dev-master". Also add oidc-user to the base list. For example:

{
    "require": {
        "vuba/oidc-user": "dev-master"
    },
    "base": [
        "core",
        "account",
        "admin",
        "oidc-user"
    ]
}

Update Composer

  • Run composer update from the root project directory.

Run migration

  • Run php bakery bake from the root project directory.