0

I am using PHP version 7.2.19 and Laravel 5.6.39. I am getting this scsuoft/laravel-exception-notification error when I run composer install.

enter image description here

When I check the link it is not available and I also try to delete the scsuoft file manually but when I run composer install again the file is automatically added and I keep getting the same error.

Also, if I try composer require jeremykenedy/laravel-exception-notifier

enter image description here

Kerberos
  • 43
  • 1
  • 5
  • 2
    On `https://packagist.org/packages/scsuoft/laravel-exception-notification` it says `This package is abandoned and no longer maintained. No replacement package was suggested.` – Areg Nov 07 '19 at 10:00
  • @Areg so what should I do? – Kerberos Nov 07 '19 at 10:09
  • Check the answer below – Areg Nov 07 '19 at 10:10
  • The problem is that `scsuoft/laravel-exception-notification` is registered inside your `composer.json` file. Try to delete it from the composer file and then try again – Areg Nov 07 '19 at 11:05
  • tried above method by deleting ```scsuoft/laravel-exception-notification``` from composer.json and composer.lock , run ```composer update``` , now system crash, and simple command line such as ```php artisan laravel --version``` can't even run – farhanz95 Nov 14 '19 at 02:44
  • there is no solution using composer for this things. the package is really hard to be change since it had been used and configured, the only solution is to download already existing vendor which have source code of scsuoft-laravel-exception-notification then run composer install – farhanz95 Nov 14 '19 at 08:16
  • here i attached the vendor.zip, you can download and extract this to the project directory https://drive.google.com/open?id=1VDSJTcROa3kH_RojObdfHKJ1Q4-zbWAB if ok then dont run composer install, if not ok then run composer install – farhanz95 Nov 14 '19 at 08:18

1 Answers1

0

Try composer require jeremykenedy/laravel-exception-notifier. After some digging i found there's no scsuoft/laravel-exception-notification anywhere.

Areg
  • 1,414
  • 1
  • 19
  • 39