generated from JetBrains/intellij-platform-plugin-template
-
-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
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
Labels
bugSomething isn't workingSomething isn't working
