diff --git a/config/horizon.php b/config/horizon.php index 69cdc5f0..d8da4e21 100644 --- a/config/horizon.php +++ b/config/horizon.php @@ -1,5 +1,7 @@ env('HORIZON_PREFIX', 'horizon:'), + 'prefix' => env( + 'HORIZON_PREFIX', + Str::slug(env('APP_NAME', 'laravel'), '_').'_horizon:' + ), /* |--------------------------------------------------------------------------