/pollen-social

Primary LanguagePHPMIT LicenseMIT

Social Component

Latest Version MIT Licensed

Social offers a large collection of social media channels.

Installation

composer require pollen-solutions/social

Pollen Framework Setup

Declaration

// config/app.php
return [
      //...
      'providers' => [
          //...
          \Pollen\Social\SocialServiceProvider::class,
          //...
      ];
      // ...
];

Configuration

// config/social.php
// @see /vendor/pollen-solutions/social/resources/config/social.php
return [
      //...

      // ...
];