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
2025-01-22 18:50:28.173 [info] Checking herd PHP installation: herd which-php
2025-01-22 18:50:28.173 [info] Checking valet PHP installation: valet which-php
2025-01-22 18:50:28.173 [info] Checking local PHP installation: php -r 'echo PHP_BINARY;'
2025-01-22 18:50:28.173 [info] Checking sail PHP installation: ./vendor/bin/sail ps
2025-01-22 18:50:28.174 [info] Falling back to system PHP installation
2025-01-22 18:50:28.174 [error] Error:
Eloquent Attributes and Relations
PHP Parse error: syntax error, unexpected '->' (T_OBJECT_OPERATOR) in E:\laravel\vendor_laravel_ide\discover-de1f506da4a5c2d0d4253f2c83847947.php on line 61
PHP Parse error: syntax error, unexpected '->' (T_OBJECT_OPERATOR) in E:\laravel\vendor_laravel_ide\discover-de1f506da4a5c2d0d4253f2c83847947.php on line 61
2025-01-22 18:50:28.174 [info] Activating Laravel Extension...
2025-01-22 18:50:28.174 [info] Started
It looks like your local PHP installation may be below 8.0 as the null safe operator is causing an error in your script. Can you confirm your local PHP version?
It looks like your local PHP installation may be below 8.0 as the null safe operator is causing an error in your script. Can you confirm your local PHP version?
I am using PHP version 7.4.3,it is ok when i upgrade to 8.4.3,the extensions only support 8.0+ ?
Extension Version
0.1.18
PHP Binary
Local PHP
Operating System
Windows
What happened?
2025-01-22 18:50:28.173 [info] Checking herd PHP installation: herd which-php
2025-01-22 18:50:28.173 [info] Checking valet PHP installation: valet which-php
2025-01-22 18:50:28.173 [info] Checking local PHP installation: php -r 'echo PHP_BINARY;'
2025-01-22 18:50:28.173 [info] Checking sail PHP installation: ./vendor/bin/sail ps
2025-01-22 18:50:28.174 [info] Falling back to system PHP installation
2025-01-22 18:50:28.174 [error] Error:
Eloquent Attributes and Relations
PHP Parse error: syntax error, unexpected '->' (T_OBJECT_OPERATOR) in E:\laravel\vendor_laravel_ide\discover-de1f506da4a5c2d0d4253f2c83847947.php on line 61
2025-01-22 18:50:28.174 [error] php "e:\laravel\vendor_laravel_ide\discover-de1f506da4a5c2d0d4253f2c83847947.php"
2025-01-22 18:50:28.174 [error] Eloquent Attributes and Relations
PHP Parse error: syntax error, unexpected '->' (T_OBJECT_OPERATOR) in E:\laravel\vendor_laravel_ide\discover-de1f506da4a5c2d0d4253f2c83847947.php on line 61
2025-01-22 18:50:28.174 [info] Activating Laravel Extension...
2025-01-22 18:50:28.174 [info] Started
Mimimal Code Sample
The text was updated successfully, but these errors were encountered: