Framework: Composer fails for laravel version > 5.7.15

Created on 18 Dec 2018  路  4Comments  路  Source: laravel/framework

  • 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 IlluminateSupportManager_

It looks like it is failing on NexmoChannelServiceProvider.php

Log:

image

Most helpful comment

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

All 4 comments

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

Duplicate of #15304.

Awesome thank you!

Great, Thankyou !!

Was this page helpful?
0 / 5 - 0 ratings