laravel / horizon

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

laravel horizon on remove says HorizonApplicationServiceProvider not found #1444

Closed raphaelobinna closed 4 months ago

raphaelobinna commented 4 months ago

Horizon Version

5.24

Laravel Version

10.48.10

PHP Version

8.1

Redis Driver

PhpRedis

Redis Version

0

Database Driver & Version

No response

Description

I innstalled the laravel horizon package to help monitor my queues but I later found out that I didn't need it any more, I tried to uninstall it from my application and it says

In HorizonServiceProvider.php line 9:

Class "Laravel\Horizon\HorizonApplicationServiceProvider" not found

Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1

Steps To Reproduce

I just ran

composer remove laravel/horizon

crynobone commented 4 months ago

Hi there,

Thanks for reporting the problem you are encountering, but it looks like this is a question which may be better suited for a support channel. We only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repository you can try one of the following channels:

However, this issue will not be locked and everyone is still free to discuss solutions to your problem!

Thanks.

DonCamillo11 commented 1 month ago

Same here. The package appears not to be completely uninstalled