https://github.com/nexamerchant/feeds
Feeds
https://github.com/nexamerchant/feeds
Last synced: 6 months ago
JSON representation
Feeds
- Host: GitHub
- URL: https://github.com/nexamerchant/feeds
- Owner: NexaMerchant
- Created: 2024-08-09T09:10:48.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T02:27:30.000Z (7 months ago)
- Last Synced: 2024-10-29T03:23:21.900Z (7 months ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
[](https://github.com/NexaMerchant/feeds)
[](https://github.com/NexaMerchant/feeds/releases)
[](https://packagist.org/packages/Nexa-Merchant/feeds)
[](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
```