composer + rocketeer + laravel 5.1 - cannot install rocketeer in laravel 5.1.17

425 Views Asked by At

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

1

There are 1 best solutions below

0
On

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"