Download the PHP package dragon-code/laravel-feeds without Composer
On this page you can find all versions of the php package dragon-code/laravel-feeds. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dragon-code/laravel-feeds
More information about dragon-code/laravel-feeds
Files in dragon-code/laravel-feeds
Package laravel-feeds
Short Description Fast export of large datasets to feeds for marketplaces and services
License MIT
Informations about the package laravel-feeds
📃 Laravel Feeds
Laravel Feeds is an easy and fast way to export large amounts of data into feeds for marketplaces and other consumers.
🌟 Features
- Chunked queries to the database
- Draft mode during processing
- Easy property mapping
- Generate feeds, sitemaps, and more
Installation
You can install the Laravel Feeds package via Composer:
You should publish the migration and the config/feeds.php file with:
[!WARNING]
Before running migrations, verify the database connection settings in config/feeds.php.
Now you can run migrations and proceed to create feeds.
Basic Usage
To create a feed class, use the make:feed console command:
As a result of executing the console command, the files app/Feeds/UserFeed.php and app/Feeds/Items/UserFeedItem.php
will be created.
Check the operation/migration file that was created for you and run the console command:
To generate all active feeds, use the console command:
Documentation
📚 You will find full documentation on the dedicated documentation site.
License
This package is licensed under the MIT License.
All versions of laravel-feeds with dependencies
ext-dom Version *
ext-libxml Version *
dragonmantank/cron-expression Version ^3.4
illuminate/database Version ^11.0 || ^12.0 || ^13.0
illuminate/filesystem Version ^11.0 || ^12.0 || ^13.0
illuminate/support Version ^11.0 || ^12.0 || ^13.0
laravel/prompts Version >=0.3.6
spatie/temporary-directory Version ^2.3