Mior Muhammad Zaki
Mior Muhammad Zaki
Replaced with #58081
Mark as draft as test are failing
Hey there, thanks for reporting this issue. We'll need more info and/or code to debug this further. Can you please create a repository with the command below, commit the code...
Thanks @ahinkle
Need to fix merge conflict
Shouldn't the framework continue working if no listener is available instead of throwing a clear and friendly exception?
https://github.com/laravel/framework/blob/935658f21b5e71ca3f79175c273c5d23ea37d9d1/composer.json#L106 This does allow 1.1.9, in your application, you can use `composer bump` to match `composer.lock` resolved deps to `composer.json`.
To our knowledge, this is the expected behaviour and it wasn't changed from upgrading 15 to 16.
`$result` is clearly defined in line 799: https://github.com/laravel/framework/blob/e4551e7a761bf5796f13cbbe2550c98051ff8f81/src/Illuminate/Container/Container.php#L799-L805
How can we reproduce the issue on a fresh installation?