jayeshmsp / socialitelogin by manoj30808

Package for create easly form with single sintex
12
0
2
Package Data
Maintainer Username: manoj30808
Maintainer Contact: manoj30808@gmail.com (Manoj Sonagra)
Package Create Date: 2017-06-02
Package Last Update: 2017-06-02
Language: PHP
License: Unknown
Last Refreshed: 2024-04-24 03:05:20
Package Statistics
Total Downloads: 12
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Formbuilder for Laravel5

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