You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Laravel Feeds** is an easy and fast way of exporting a large amount of data to feeds for marketplaces and other
12
-
consumers.
11
+
**Laravel Feeds** is an easy and fast way to export large amounts of data into feeds for marketplaces and other consumers.
13
12
14
13
> **🌟 Features**
15
14
>
16
-
> - Chunked queries to database
17
-
> - Draft mode for a process
15
+
> - Chunked queries to the database
16
+
> - Draft mode during processing
18
17
> - Easy property mapping
19
-
> -Generation of any feeds, sitemaps, etc.
18
+
> -Generate feeds, sitemaps, and more
20
19
21
20
## Installation
22
21
@@ -26,17 +25,15 @@ You can install the **Laravel Feeds** package via [Composer](https://getcomposer
26
25
composer require dragon-code/laravel-feeds
27
26
```
28
27
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:
28
+
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:
32
29
33
30
```bash
34
31
php artisan vendor:publish --tag="feeds"
35
32
```
36
33
37
34
> [!WARNING]
38
35
>
39
-
> Before running migrations, check the database connection settings in the [config/feeds.php](config/feeds.php) file.
36
+
> Before running migrations, verify the database connection settings in [config/feeds.php](config/feeds.php).
40
37
41
38
Now you can run migrations and proceed to [create feeds](https://feeds.dragon-code.pro/create-feeds.html).
0 commit comments