88[ ![ Github Workflow Status] [ badge_build ]] [ link_build ]
99[ ![ License] [ badge_license ]] [ link_license ]
1010
11- ** Laravel Feeds** is an easy and fast way of exporting a large amount of data to feeds for marketplaces and other
11+ ** Laravel Feeds** is an easy and fast way to export large amounts of data into feeds for marketplaces and other
1212consumers.
1313
1414> ** 🌟 Features**
1515>
16- > - Chunked queries to database
17- > - Draft mode for a process
16+ > - Chunked queries to the database
17+ > - Draft mode during processing
1818> - Easy property mapping
19- > - Generation of any feeds, sitemaps, etc.
19+ > - Generate feeds, sitemaps, and more
2020
2121## Installation
2222
@@ -26,17 +26,16 @@ You can install the **Laravel Feeds** package via [Composer](https://getcomposer
2626composer require dragon-code/laravel-feeds
2727```
2828
29- You should publish
30- the [ migration] ( database/migrations/2025_09_01_231655_create_feeds_table.php )
31- and the [ config/feeds.php] ( config/feeds.php ) file with:
29+ You should publish the [ migration] ( database/migrations/2025_09_01_231655_create_feeds_table.php ) and
30+ the [ config/feeds.php] ( config/feeds.php ) file with:
3231
3332``` bash
3433php artisan vendor:publish --tag=" feeds"
3534```
3635
3736> [ !WARNING]
3837>
39- > Before running migrations, check the database connection settings in the [ config/feeds.php] ( config/feeds.php ) file .
38+ > Before running migrations, verify the database connection settings in [ config/feeds.php] ( config/feeds.php ) .
4039
4140Now you can run migrations and proceed to [ create feeds] ( https://feeds.dragon-code.pro/create-feeds.html ) .
4241
0 commit comments