We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Composer fails for any version of Laravel > 5.7.15
Run composer up Error: In Container.php line 960: Unresolvable dependency resolving [Parameter #0 [ $app ]] in class Illuminate\Support\Manager
It looks like it is failing on NexmoChannelServiceProvider.php
Log:
The text was updated successfully, but these errors were encountered:
You must add Illuminate\Notifications\NotificationServiceProvider::class to your config/app.php file.
Illuminate\Notifications\NotificationServiceProvider::class
config/app.php
Sorry, something went wrong.
Duplicate of #15304.
Awesome thank you!
Great, Thankyou !!
No branches or pull requests
Description:
Composer fails for any version of Laravel > 5.7.15
Steps To Reproduce:
Run composer up
Error:
In Container.php line 960:
Unresolvable dependency resolving [Parameter #0 [ $app ]] in class Illuminate\Support\Manager
It looks like it is failing on NexmoChannelServiceProvider.php
Log:
The text was updated successfully, but these errors were encountered: