Events | Laravel Feeds

Laravel Feeds Help

Events

Feeds dispatch two events when running the command:

DragonCode\LaravelFeed\Events\FeedStartingEvent

The FeedStartingEvent is dispatched immediately before the draft file is created.

DragonCode\LaravelFeed\Events\FeedFinishedEvent

The FeedFinishedEvent is dispatched right after the feed file generation has completed.

05 September 2025