laravel / horizon

Dashboard and code-driven configuration for Laravel queues.
https://laravel.com/docs/horizon
MIT License
3.84k stars 645 forks source link

Target [Illuminate\Bus\BatchRepository] is not instantiable while building [Laravel\Horizon\Http\Controllers\BatchesController] #1476

Closed sunel-pyt closed 1 month ago

sunel-pyt commented 1 month ago

Horizon Version

5.25

Laravel Version

11.15

PHP Version

8.2.13

Redis Driver

PhpRedis

Redis Version

6.0.5

Database Driver & Version

No response

Description

[2024-07-18 20:02:44] production.ERROR: Target [Illuminate\Bus\BatchRepository] is not instantiable while building [Laravel\Horizon\Http\Controllers\BatchesController]. {"exception":"[object] (Illuminate\Contracts\Container\BindingResolutionException(code: 0): Target [Illuminate\Bus\BatchRepository] is not instantiable while building [Laravel\Horizon\Http\Controllers\BatchesController]. at /var/www/html/vendor/laravel/framework/src/Illuminate/Container/Container.php:1202)

have added

`php 'providers' => [ // Other Service Providers

Illuminate\Bus\BusServiceProvider::class,

], `

Steps To Reproduce

/horizon/batches

sunel-pyt commented 1 month ago

issue because of https://github.com/mongodb/laravel-mongodb