Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

phylaxis's avatar

PHP Upgrade broke Way Generators

I updated my version of php from 5.5.15 to 5.5.20 after I installed Way Generators and now I can't seem to use them. I get the following error:

[Errno 2] No such file or directory: '/usr/local/Cellar/php55/5.5.15/bin/php'

I don;t see where the path can be configured. Can anyone help? The path should be:

/usr/local/Cellar/php55/5.5.20/bin/php

0 likes
1 reply
phylaxis's avatar

Of course 1 minute after I posted this I had a thought and figured this out. I use Sublime Text and the Laravel 4 Artisan packege. The configuration setting is in there. Sublime Text > Preferences > Package Settings > Laravel 4 Artisan > Settings - User

Posting in case some one else encounters this trouble.

Please or to participate in this conversation.