From c19922a7b7971eaa07df793352b32367e7dc9f40 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Fri, 5 Sep 2025 18:40:23 +0300 Subject: [PATCH 1/2] Updated `README.md` for grammar adjustments and improved clarity --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f38fe4d..638d282 100644 --- a/README.md +++ b/README.md @@ -8,15 +8,14 @@ [![Github Workflow Status][badge_build]][link_build] [![License][badge_license]][link_license] -**Laravel Feeds** is an easy and fast way of exporting a large amount of data to feeds for marketplaces and other -consumers. +**Laravel Feeds** is an easy and fast way to export large amounts of data into feeds for marketplaces and other consumers. > **🌟 Features** > -> - Chunked queries to database -> - Draft mode for a process +> - Chunked queries to the database +> - Draft mode during processing > - Easy property mapping -> - Generation of any feeds, sitemaps, etc. +> - Generate feeds, sitemaps, and more ## Installation @@ -26,9 +25,7 @@ You can install the **Laravel Feeds** package via [Composer](https://getcomposer composer require dragon-code/laravel-feeds ``` -You should publish -the [migration](database/migrations/2025_09_01_231655_create_feeds_table.php) -and the [config/feeds.php](config/feeds.php) file with: +You should publish the [migration](database/migrations/2025_09_01_231655_create_feeds_table.php) and the [config/feeds.php](config/feeds.php) file with: ```bash php artisan vendor:publish --tag="feeds" @@ -36,7 +33,7 @@ php artisan vendor:publish --tag="feeds" > [!WARNING] > -> Before running migrations, check the database connection settings in the [config/feeds.php](config/feeds.php) file. +> Before running migrations, verify the database connection settings in [config/feeds.php](config/feeds.php). Now you can run migrations and proceed to [create feeds](https://feeds.dragon-code.pro/create-feeds.html). From f13a94c1dfcdbe0da92b7bb62b5b541b8ad245b4 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Fri, 5 Sep 2025 18:40:51 +0300 Subject: [PATCH 2/2] Wrapped lines in `README.md` for better readability --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 638d282..1aad874 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ [![Github Workflow Status][badge_build]][link_build] [![License][badge_license]][link_license] -**Laravel Feeds** is an easy and fast way to export large amounts of data into feeds for marketplaces and other consumers. +**Laravel Feeds** is an easy and fast way to export large amounts of data into feeds for marketplaces and other +consumers. > **🌟 Features** > @@ -25,7 +26,8 @@ You can install the **Laravel Feeds** package via [Composer](https://getcomposer composer require dragon-code/laravel-feeds ``` -You should publish the [migration](database/migrations/2025_09_01_231655_create_feeds_table.php) and the [config/feeds.php](config/feeds.php) file with: +You should publish the [migration](database/migrations/2025_09_01_231655_create_feeds_table.php) and +the [config/feeds.php](config/feeds.php) file with: ```bash php artisan vendor:publish --tag="feeds"