File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -51,14 +51,6 @@ php artisan make:feed User -t
5151As a result of executing the console command, the files ` app/Feeds/UserFeed.php ` and ` app/Feeds/Items/UserFeedItem.php `
5252will 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-
6254Check the [ operation/migration] ( https://feeds.dragon-code.pro/create-feeds.html ) file that was created for you and run
6355the console command:
6456
You can’t perform that action at this time.
0 commit comments