@wigeeky Try with-
- Clear the
bootstrap/cache - Remove /vendor folder and install everything again
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I've been trying to set up my Laravel 8.83.2 project on an Ubuntu 20.04 LTS using PHP version 8.1.3, and no matter what I try I get the following error:
In Container.php line 1089:
Target [Illuminate\Contracts\Bus\Dispatcher] is not instantiable.
This does not seem to be an issue when setting the project up on our alpine CI/CD, any ideas what is causing this?
Please or to participate in this conversation.