For the complete documentation index, see llms.txt. This page is also available as Markdown.

Extract Media Details On Queue

Default: false

Set extract-media-details-on-queue to true to extract media details asynchronously.

Larupload dispatches a queue job for details such as duration and resolution. This keeps the upload request responsive.

Set it to false to extract details synchronously during the upload request.

Run a Laravel queue worker when this option is enabled. Media details remain unavailable until the job completes.

This feature only works in ORM mode! Media details for standalone uploads will be extracted synchronously during the request.

Last updated