Roboroads/laravel-tinker

[Bug]:

iron-viper opened this issue · 4 comments

Short bug description

Error after running

Extended bug description

After starting, I see an error. Previously, everything worked

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?

var_dump('111');

Expected behavior

var dump

Screenshots

image
image

IDE & Version

PHPStorm 2023.2.3

PHP Version

8.1.25

OS and version

Ubuntu 22

Laravel Tinker plugin version

2.6.1

Interpreter type

Local

Laravel Version

10.28.0

Tinker version

2.8.2

Psysh version

0.11.22

Additional Context

No response

And that file does exist? cat /home/alexandr/www/....../vendor/vendor/autoload.php? (note the double vendor)

And that file does exist? cat /home/alexandr/www/....../vendor/vendor/autoload.php? (note the double vendor)

No. It doesn't exist.
image

Ohhhh, it's my mistake
Vendor root folder should be the same as Laravel root folder. Sorry, can be closet

Glad it's figured 😄