Download the PHP package msppack/laravelapp without Composer
On this page you can find all versions of the php package msppack/laravelapp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download msppack/laravelapp
More information about msppack/laravelapp
Files in msppack/laravelapp
Download msppack/laravelapp
More information about msppack/laravelapp
Files in msppack/laravelapp
Vendor msppack
Package laravelapp
Short Description Package for create easly form with single sintex
License
Package laravelapp
Short Description Package for create easly form with single sintex
License
Please rate this library. Is it a good library?
Informations about the package laravelapp
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
All versions of laravelapp with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.9
illuminate/support Version ~5.0
dirkgroenen/pinterest-api-php Version ^0.2.11
guzzlehttp/guzzle Version ~6.0
laravel/socialite Version ^3.0
doctrine/dbal Version ^2.5
illuminate/support Version ~5.0
dirkgroenen/pinterest-api-php Version ^0.2.11
guzzlehttp/guzzle Version ~6.0
laravel/socialite Version ^3.0
doctrine/dbal Version ^2.5
The package msppack/laravelapp contains the following files
Loading the files please wait ....