Skip to content

devlooppro/InstagramModule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram media

Installation

After cloning the repository to app/Instagram directory in your project.

Run the following commands

$ composer require pgrimaud/instagram-user-feed
$ php artisan storage:link

Add App\Instagram\Providers\InstagramServiceProvider::class to providers in config/app.php

To download/update posts and stories from instagram write:

$service = new InstagramService();
$service->updatePosts();
$service->updateStories();

For use:

/* @var InstagramRepositoryInterface $repository */
$repository = app(InstagramRepositoryInterface::class);
$instagramPosts = $repository->getPosts();
$instagramStories = $repository->getStories();

About

Module for obtaining posts and stories from Instagram

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages