Nobox / Identichip by cyberkiko

A Laravel Package for login/registration. Using email and other services.
94
0
6
Package Data
Maintainer Username: cyberkiko
Maintainer Contact: alberto@nobox.com (Alberto Estrada)
Package Create Date: 2014-06-26
Package Last Update: 2015-03-13
Language: PHP
License: MIT
Last Refreshed: 2024-04-15 15:12:01
Package Statistics
Total Downloads: 94
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 6
Total Forks: 0
Total Open Issues: 8

Identichip

A Laravel Package for login/registration. Using email and other services.

Status

This package is under development

Requirements

Laravel 4.2.* php >=5.4.0

Preinstalled
"facebook/php-sdk-v4" : "4.0.*",
"kertz/twitteroauth": "dev-master",
"google/apiclient": "1.0.*@beta"
Setup
Add package to your composer json
"kertz/twitteroauth": "dev-master",
"google/apiclient": "1.0.*@beta",
"nobox/identichip" : "1.0.1"

because twitter and google packages are not stable you have to include it in your composer json.

Run composer install

Run package migrations before running your own ( this create the Service and User tables)

php artisan migrate --package=nobox/identichip

Add Service Provider to your app.php config:

'Nobox\Identichip\IdentichipServiceProvider',

More to be specified.