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-11-19 03:20:41 |
Package Statistics | |
---|---|
Total Downloads: | 94 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 6 |
Total Forks: | 0 |
Total Open Issues: | 8 |
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.