PHPackages                             cnrp/laravel-instagram-feed - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. cnrp/laravel-instagram-feed

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

cnrp/laravel-instagram-feed
===========================

A custom implementation of Instagram feed for Laravel

v1.0.0(1y ago)012PHPPHP ^8.1

Since Jul 27Pushed 1y ago1 watchersCompare

[ Source](https://github.com/CNRP/laravel-instagram-feed)[ Packagist](https://packagist.org/packages/cnrp/laravel-instagram-feed)[ RSS](/packages/cnrp-laravel-instagram-feed/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

Laravel Instagram Feed
======================

[](#laravel-instagram-feed)

A Laravel package for fetching, storing, and displaying Instagram feeds with Filament integration. This package provides an efficient way to manage Instagram content within your Laravel application.

Features
--------

[](#features)

- OAuth authentication with Instagram
- Support for multiple Instagram profiles
- Fetch and store Instagram feed data
- Store Instagram posts and media as Eloquent models
- Display and manage Instagram feeds in Laravel Filament admin panel
- Automatic conversion of images to WebP format for improved performance

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require cnrp/laravel-instagram-feed
```

The package will automatically register its service provider.

Configuration
-------------

[](#configuration)

The package comes with a default configuration file. If you need to customize these settings, you can publish the config file:

```
php artisan vendor:publish --tag="instagram-feed-config"
```

This will create a `config/instagram-feed.php` file in your app's configuration directory. The default configuration looks like this:

```
