dydx / Laravel-5-Artisan

Laravel 5 Artisan Commands for Sublime Text 3
42 stars 15 forks source link

Commands not doing anything #17

Closed ghost closed 8 years ago

ghost commented 8 years ago

I installed the package and run one of the commands and nothing happens. I have tried multiple commands to no avail. I added this to the user settings just to see if it would trigger an error and it does not,

{
    "php_path": "php/blob",
    "artisan_path": "artisan"
}

I would expect an errors since php_path is random, but the status bar says build finished.

Am I doing something wrong here?

ghost commented 8 years ago

Looks like I was using the wrong version of PHP. For anyone else that runs into this problem...

  1. Open the terminal and run which php and copy that path.
  2. Open the Laravel 5 Artisan user settings and past that path in the php_path key.

screen shot 2016-10-04 at 7 08 46 am