Skip to main content

Compatibility

Use Composer's resolved dependency graph as the final compatibility check for a specific application.

Runtime matrix

ComponentSupported versions
PHP8.2 and later 8.x versions allowed by the installed package constraints
Laravel components11.x, 12.x, 13.x
DatabaseAny Laravel connection supported by the configured Eloquent model and migration
FilesystemWritable Laravel disks resolving to FilesystemAdapter

The installed composer.lock is the final authority for a specific application. Composer rejects unsupported combinations.

Output formats

FormatExtensionNested dataXML directives
XML.xmlYesYes
JSON.jsonYesNo
JSON Lines.jsonlOne JSON value per lineNo
CSV.csvNo; stable scalar columns requiredNo
RSS.rssYesYes

Optional integrations

  • Laravel Queue is required only when queue mode is enabled.
  • Laravel Deploy Operations is used by make:feed when installed; otherwise the command creates a migration.
  • Spatie Laravel Data optional values are recognized when that package is installed.

See Also