An open API service indexing awesome lists of open source software.

https://github.com/nexamerchant/feeds

Feeds
https://github.com/nexamerchant/feeds

Last synced: 6 months ago
JSON representation

Feeds

Awesome Lists containing this project

README

        

# NexaMerchant/Feeds

> This package is a Laravel package that provides a simple way to generate feeds for your application.

[![Build Status](https://github.com/NexaMerchant/feeds/workflows/Laravel/badge.svg)](https://github.com/NexaMerchant/feeds)
[![Release](https://img.shields.io/github/release/NexaMerchant/feeds.svg?style=flat-square)](https://github.com/NexaMerchant/feeds/releases)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/Nexa-Merchant/feeds.svg?style=flat-square)](https://packagist.org/packages/Nexa-Merchant/feeds)
[![Total Downloads](https://img.shields.io/packagist/dt/Nexa-Merchant/feeds.svg?style=flat-square)](https://packagist.org/packages/Nexa-Merchant/feeds)

# How to Install

```
NexaMerchant\Feeds\Providers\FeedsServiceProvider::class,
```
Add it to config/app.php $providers

# How to Publish

```
composer require nexa-merchant/feeds
```