Closed stevegrunwell closed 8 years ago
As @johnpbloch pointed out, ./vendor/bin automatically gets prepended to the user's $PATH, so the hard-coded values are not only unnecessary but could actually impact portability (since the vendor directory can be moved around).
$PATH
As @johnpbloch pointed out, ./vendor/bin automatically gets prepended to the user's
$PATH
, so the hard-coded values are not only unnecessary but could actually impact portability (since the vendor directory can be moved around).