Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

📃 Laravel Feeds is an easy and fast way to export large amounts of data into feeds for marketplaces and other consumers.

License

NotificationsYou must be signed in to change notification settings

TheDragonCode/laravel-feeds

Repository files navigation

the dragon code laravel feedsthe dragon code laravel feeds

Stable VersionTotal DownloadsLicense

Laravel Feeds is an easy and fast way to export large amounts of data into feeds for marketplaces and otherconsumers.

🌟 Features

  • Chunked queries to the database
  • Draft mode during processing
  • Easy property mapping
  • Generate feeds, sitemaps, and more

Installation

You can install theLaravel Feeds package viaComposer:

composer require dragon-code/laravel-feeds

You should publish themigration andtheconfig/feeds.php file with:

php artisan vendor:publish --tag="feeds"

Warning

Before running migrations, verify the database connection settings inconfig/feeds.php.

Now you can run migrations and proceed tocreate feeds.

Basic Usage

To create a feed class, use themake:feed console command:

php artisan make:feed User -t

As a result of executing the console command, the filesapp/Feeds/UserFeed.php andapp/Feeds/Items/UserFeedItem.phpwill be created.

Check theoperation/migration file that was created for you and runthe console command:

# For Laravel Deploy Operationsphp artisan operations# For Laravel Migrationsphp artisan migrate

To generate all active feeds, use the console command:

php artisan feed:generate

Documentation

📚 You will find full documentation on the dedicateddocumentation site.

License

This package is licensed under theMIT License.

About

📃 Laravel Feeds is an easy and fast way to export large amounts of data into feeds for marketplaces and other consumers.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Sponsor this project


    [8]ページ先頭

    ©2009-2025 Movatter.jp