Skip to content

Commit 2a14c19

Browse files
Merge remote-tracking branch 'origin/main' into 1.x
2 parents ebea15e + 6e3bb28 commit 2a14c19

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,6 @@ php artisan make:feed User -t
5151
As a result of executing the console command, the files `app/Feeds/UserFeed.php` and `app/Feeds/Items/UserFeedItem.php`
5252
will be created.
5353

54-
> [!TIP]
55-
> When creating a feed, an operation/migration will also be created to add it to the database.
56-
>
57-
> If the project uses the [Laravel Deploy Operations](https://deploy-operations.dragon-code.pro), then an operation
58-
> class will be created, otherwise a migration class will be created.
59-
>
60-
> This is necessary to add and manage information about feeds in the database.
61-
6254
Check the [operation/migration](https://feeds.dragon-code.pro/create-feeds.html) file that was created for you and run
6355
the console command:
6456

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<user>
1+
<users>
22
<foo>bar</foo>
33
<some>
44
<first>value</first>
55
<second>value</second>
66
</some>
7-
</user>
7+
</users>

0 commit comments

Comments
 (0)