msppack / laravelapp
There is no license information available for the latest version (1.0.1) of this package.
Package for create easly form with single sintex
1.0.1
2017-06-02 12:30 UTC
Requires
- php: >=5.5.9
- dirkgroenen/pinterest-api-php: ^0.2.11
- doctrine/dbal: ^2.5
- guzzlehttp/guzzle: ~6.0
- illuminate/support: ~5.0
- laravel/socialite: ^3.0
This package is not auto-updated.
Last update: 2024-11-24 03:40:22 UTC
README
Step 1 : php artisan make:auth
Step 2 : composer require msppack/laravelapp
Step 3 : Add service provider in config/app.php
MspPack\LaravelApp\LaravelAppServiceProvider::class,
Step 4 : add in User model $fillable = [---,'provider','provider_id',---]
Step 5 : php artisan migrate
Step 6 : add key into config/services.php
'twitter' => [
'client_id' => 'TWITTER_CLIENT_ID',
'client_secret' => 'TWITTER_CLIENT_SECRET,
'redirect' => 'http://localhost:8000/auth/twitter/callback',
],
replace twitter from redirect url as per your social login like, google,facebook and Add this type array respective social login you want