2017 © Pedro Peláez
 

library laravelapp

Package for create easly form with single sintex

image

msppack/laravelapp

Package for create easly form with single sintex

  • Friday, June 2, 2017
  • by manoj30808
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

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 

The Versions

02/06 2017

dev-master

9999999-dev

Package for create easly form with single sintex

  Sources   Download

The Requires

 

by Manoj Sonagra

social google facebook laravel5.4 laravelapp

02/06 2017

0.0.2

0.0.2.0

Package for create easly form with single sintex

  Sources   Download

The Requires

 

by Manoj Sonagra

social google facebook laravel5.4 laravelapp

02/06 2017

1.0.1

1.0.1.0

Package for create easly form with single sintex

  Sources   Download

The Requires

 

by Manoj Sonagra

social google facebook laravel5.4 laravelapp

02/06 2017

0.0.1

0.0.1.0

Package for create easly form with single sintex

  Sources   Download

The Requires

 

by Manoj Sonagra

social google facebook laravel5.4 laravelapp

02/06 2017

1.0.0

1.0.0.0

Package for create easly form with single sintex

  Sources   Download

The Requires

 

by Manoj Sonagra

social google facebook laravel5.4 laravelapp