Skip to content

otifsolutions/laravel-social

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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