thedevdojo/voyager

Artisan Commands Fail: Add ability to configure PHP Path in ENV file.

Open

#2,201 opened on Nov 9, 2017

View on GitHub
 (6 comments) (0 reactions) (0 assignees)PHP (11,817 stars) (2,652 forks)batch import
Technical Debthelp wantedopen for suggestionspossible bug

Description

  • Laravel Version: 5.5.*
  • Voyager Version: ^1.0
  • PHP Version: 7.1.*
  • Database Driver & Version: n/a

Description:

Voyager needs the ability to define the php path in the env file. Currently I can't use any of the artisan based features because both my local and remote environments use multiple versions of php. For example if I want to use php 7.1, I must specify a handler which uses a binary named php71.

If you could simply add the ability to define the php path in the env file that would help developers in my position. Thank you!

Steps To Reproduce:

Install on a server where php7 binary is not in expect path or uses unexpected file name.

Contributor guide