Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: No Output / Output doesn't show with Version 2.7.3 #379

Open
1 task done
jafar690 opened this issue Oct 29, 2024 · 3 comments
Open
1 task done

[Bug]: No Output / Output doesn't show with Version 2.7.3 #379

jafar690 opened this issue Oct 29, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@jafar690
Copy link

Short bug description

any php code that outputs to the console doesn't show

Extended bug description

No response

Your project is not the problem

  • I tried using a fresh laravel install - I'm fairly certain it has nothing to do with my project.

How to reproduce?

<?php

echo 'Hello World';

when i run the above code, I can't see any output.

Expected behavior

i expect to see Hello World printed out.

Screenshots

image

IDE & Version

2024.2.4

PHP Version

8.2.24

OS and version

Mac OS

Laravel Tinker plugin version

2.7.3

Interpreter type

Local

Laravel Version

v10.48.12

Tinker version

v2.9.0

Psysh version

v0.12.4

Additional Context

No response

@jafar690 jafar690 added the bug Something isn't working label Oct 29, 2024
@Roboroads
Copy link
Owner

What happens if you remove 'echo'? (So, just the string)

@codeclax
Copy link

I have the same issue.

When I only write 'Hello world'; I get the same result:
image

@mariusccc
Copy link

same issue here. on phpstorm 2024.3, same plugin version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants