Skip to content
New issue

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 laravel version > 5.7.15 #26896

Closed
sawisia opened this issue Dec 18, 2018 · 4 comments
Closed

Composer fails for laravel version > 5.7.15 #26896

sawisia opened this issue Dec 18, 2018 · 4 comments

Comments

@sawisia
Copy link

sawisia commented Dec 18, 2018

  • Laravel Version: >=5.7.16
  • PHP Version: 7.2.11
  • Database Driver & Version: MariaDb 10.3.11

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:

image

@X-Coder264
Copy link
Contributor

You must add Illuminate\Notifications\NotificationServiceProvider::class to your config/app.php file.

@ahinkle
Copy link
Contributor

ahinkle commented Dec 18, 2018

Duplicate of #15304.

@sawisia
Copy link
Author

sawisia commented Dec 18, 2018

Awesome thank you!

@satya7289
Copy link

Great, Thankyou !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants