I tried to install rocketeer on laravel 5.1.17 using composer but couldn't succeed.
Is it incompatible with latest version of laravel or what might be the problem?
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"
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: