Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork0
📃 Laravel Feeds is an easy and fast way to export large amounts of data into feeds for marketplaces and other consumers.
License
TheDragonCode/laravel-feeds
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Laravel Feeds is an easy and fast way to export large amounts of data into feeds for marketplaces and otherconsumers.
🌟 Features
- Chunked queries to the database
- Draft mode during processing
- Easy property mapping
- Generate feeds, sitemaps, and more
You can install theLaravel Feeds package viaComposer:
composer require dragon-code/laravel-feeds
You should publish themigration andtheconfig/feeds.php file with:
php artisan vendor:publish --tag="feeds"Warning
Before running migrations, verify the database connection settings inconfig/feeds.php.
Now you can run migrations and proceed tocreate feeds.
To create a feed class, use themake:feed console command:
php artisan make:feed User -t
As a result of executing the console command, the filesapp/Feeds/UserFeed.php andapp/Feeds/Items/UserFeedItem.phpwill be created.
Check theoperation/migration file that was created for you and runthe console command:
# For Laravel Deploy Operationsphp artisan operations# For Laravel Migrationsphp artisan migrate
To generate all active feeds, use the console command:
php artisan feed:generate
📚 You will find full documentation on the dedicateddocumentation site.
This package is licensed under theMIT License.
About
📃 Laravel Feeds is an easy and fast way to export large amounts of data into feeds for marketplaces and other consumers.
Topics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.

