Skip to content

mux:debug Artisan Command

Debug Mux configuration and setup.

Warn about missing credentials, misconfigured queue, disabled mirror feature, and missing asset containers with Mux Mirror fields.

sh
# Check for Mux configuration issues
php please mux:debug

Example output:

sh
 Mux is configured with credentials.
 The queue is configured to use a background worker.
 The mirror feature is globally enabled.
 No asset containers found with Mux Mirror fields.
Note about command names

Examples on this page use Statamic's Please console, which allows dropping the statamic namespace from command names. When using Laravel's Artisan console, make sure to include the full namespace: php artisan statamic:mux:upload.

Unlicensed commercial plugin