0

while installing the laravel/scout in my laravel 5 app, am getting error.

I have run the following command in putty

composer require laravel/scout

And I got the following error message:

 php artisan clear-compiled
    Loading composer repositories with package information
    Updating dependencies (including require-dev)
    Killed

Any idea why am getting this error message.

user3305327
  • 897
  • 4
  • 18
  • 34
  • this is only happening when you add laravel/scout? remove the dependency and `clear-compiled` again. Also, make sure you have enough memory, sometimes the process gets killed if you're running out of memory. – Ali Nov 26 '17 at 10:41
  • @ali this is happening with laravel/scout only...few days back I have installed,maatwebsite excel package which went well. But, this laravel/scout is creating issue. How to check the memory available in my laravel hosting – user3305327 Nov 28 '17 at 05:57
  • I'm not sure if this is of any help, [check this reported issue](https://github.com/composer/composer/issues/1815) – Ali Nov 29 '17 at 09:32

0 Answers0