You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anytime I attempt to save a file the extension throws an /bin/sh: php: command not found. This happens immediately after installing the extension out-of-the-box.
I am using Laravel Sail with PHP 8.4 and I additionally have PHP 8.3 installed locally, so I'm not sure in what context it cannot find php.
Mimimal Code Sample
2024-12-2309:11:37.583 [info] Activating Laravel Extension...
2024-12-2309:11:37.583 [info] Started
2024-12-2309:11:37.583 [error] Error:
Custom Blade Directives
/bin/sh: php: command not found
2024-12-2309:11:37.583 [error] php /Users/gsutton/Projects/[REDACTED]/vendor/_laravel_ide/discover-6f135a8f3905f5849feb1ce3b598853f.php
The text was updated successfully, but these errors were encountered:
Extension Version
0.1.14
PHP Binary
Sail
Operating System
macOS
What happened?
Anytime I attempt to save a file the extension throws an
/bin/sh: php: command not found
. This happens immediately after installing the extension out-of-the-box.I am using Laravel Sail with PHP 8.4 and I additionally have PHP 8.3 installed locally, so I'm not sure in what context it cannot find php.
Mimimal Code Sample
The text was updated successfully, but these errors were encountered: