laravel-tinker: [Bug]: Vendor packages not found

Short bug description

The plugin does not resolve any vendor import.

Extended bug description

Since new PHPStorm + plugin update nothing is working anymore 😦

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?

use Illuminate\Support\Facades\Request;

$request = Request::create(
    '/api/v1/endpoint',
    'GET',
    ['param' => 'value']
);

Expected behavior

Show request object

Screenshots

image

IDE & Version

PHPStorm 2023.1

PHP Version

8.0.28

OS and version

Mac OS (M1 PRO)

Laravel Tinker plugin version

2.5.1

Interpreter type

Local

Laravel Version

7.30.6

Tinker version

2.8.1

Psysh version

0.11.13

Additional Context

Thanks you, your plugin is amazing!

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 15 (9 by maintainers)

Most upvoted comments

Hi! I just got this 3v4l.org thing in my PHPStorm as well. But I still got tinker to keep working. Make sure you press the right button:

image

Or use the shortcut, <kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>t</kbd>