1

I tried to install rocketeer on laravel 5.1.17 using composer but couldn't succeed. enter image description here

Is it incompatible with latest version of laravel or what might be the problem?

enter image description here enter image description here

Amrit Shrestha
  • 1,620
  • 20
  • 25

1 Answers1

0

The latest versions of the illuminate/log are 4.2.x-dev, 5.1.x-dev, and 5.2.x-dev.

This means that you want to add this line to the end of yourcomposer.json file:

"config": {
    "preferred-install": "dist"
},
"minimum-stability": "dev"
Lance Pioch
  • 1,147
  • 6
  • 18