Closed raphaelobinna closed 6 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.
Same here. The package appears not to be completely uninstalled
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