Skip to content

Commit 6e3bb28

Browse files
Update README.md
1 parent 4a2361f commit 6e3bb28

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
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

0 commit comments

Comments
 (0)