2017 © Pedro Peláez
 

library social

Gzero Social Plugin

image

gzero/social

Gzero Social Plugin

  • Monday, October 9, 2017
  • by AdrianSkierniewski
  • Repository
  • 8 Watchers
  • 0 Stars
  • 1,216 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 2 % Grown

The README.md

# GZERO SOCIAL

Social package for GZERO CMS, (*1)

Installation

Begin by installing this package through Composer. Edit your project's composer.json file to require gzero/social., (*2)

"require": {
    "gzero/social": "3.*",
},
"minimum-stability" : "stable"

Next, update Composer from the Terminal:, (*3)

composer update
  • create database schema (remember to set env to dev)
php artisan migrate

Configuration

Add the service provider to platform configuration in config/app.php, (*4)

Gzero\Social\ServiceProvider::class

OAuth credentials

Set required credentials for given service in services config file, (*5)

```PHP 'google' => [ 'client_id' => 'your client_id', 'client_secret' => 'your client_secret', ],, (*6)

'facebook' => [ 'client_id' => 'your client_id', 'client_secret' => 'your client_secret', ],, (*7)

'twitter' => [ 'client_id' => 'your client_id', 'client_secret' => 'your client_secret', ], ```, (*8)

### Like buttons credentials, (*9)

Set only client_id for given service in services config file, (*10)

PHP 'facebook' => [ 'client_id' => 'your client_id', ],, (*11)

The Versions

09/10 2017

dev-#36_poprawki_w_widoku_shareButtons_w_pakiecie_social

dev-#36_poprawki_w_widoku_shareButtons_w_pakiecie_social

Gzero Social Plugin

  Sources   Download

MIT

The Requires

 

The Development Requires

plugin laravel framework social cms