otifsolutions/laravel-social

Laravel Social allows users to get and create post on different social platforms

1.0.8 2021-04-25 10:03 UTC

This package is auto-updated.

Last update: 2024-03-25 16:43:51 UTC


README

Requirements

PHP 5 > 5.3.0

Laravel > 5.0

How to use the library

Install via Composer

Using Composer (Recommended)

Either run the following command in the root directory of your project:

composer require otifsolutions/laravel-social

Following Entries are required in the .env File

INSTAGRAM_USERNAME=your_instagram_account_username INSTAGRAM_PASSWORD=your_instagram_account_password INSTAGRAM_FETCH_LIMIT=1000 INSTAGRAM_USER_KEEP_DAYS=10 INSTAGRAM_USER_KEEP_POSTS=100