0

I am trying to install laravel 5.6 via composer on ubuntu 18.04 but i have this error:

output

Any help ?

Robert
  • 5,703
  • 2
  • 31
  • 32
  • This can be a problem on servers / VPS where the default user is root. You've to create then another user to run composer or install it on the local machine and upload afterwards. – David Jun 10 '18 at 09:47
  • Which command did you use? – Robert Jun 10 '18 at 10:23
  • Would you please post the error code as text, so other people may benefit of search engines to locate your question in case they face the same problem? – sɐunıɔןɐqɐp Jun 10 '18 at 10:52

1 Answers1

2

This is not an error, these are just some suggestions to install other packages, for example if you need console logger, you may have to install psr/log-implementation package. don't worry, your laravel installation is completed without any errors.

Mehdi Alipour
  • 394
  • 1
  • 7