Skip to content

[Bug]: Vendor packages not found #247

Closed
@adrien-delhom

Description

@adrien-delhom

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions