Installation & setup | Laravel Feeds

Laravel Feeds Help

Installation & setup

You can install the package via Composer:

composer require dragon-code/laravel-feeds

You should publish the migration and the config/feeds.php config file with:

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

Now you can run migrations and proceed to create feeds.

php artisan migrate
05 September 2025