A Laravel Package for login/registration. Using email and other services.
nobox/identichip is a Laravel package for a laravel package for login/registration. using email and other services..
It currently has 0 GitHub stars and 94 downloads on Packagist (latest version v1.1.3).
Install it with composer require nobox/identichip.
Discover more Laravel packages by nobox
or browse all Laravel packages to compare alternatives.
Last updated
A Laravel Package for login/registration. Using email and other services.
This package is under development
Laravel 4.2.* php >=5.4.0
"facebook/php-sdk-v4" : "4.0.*",
"kertz/twitteroauth": "dev-master",
"google/apiclient": "1.0.*@beta"
"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 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.