laravel-tinker icon indicating copy to clipboard operation
laravel-tinker copied to clipboard

Error starting Tinker Query[Bug]:

Open reinhardherrmann opened this issue 1 year ago • 1 comments

Short bug description

When starting query, the following issue occurs

Extended bug description

Fatal error: Uncaught Error: Class "App\Models\User" not found in /in/ESCj2:2 Stack trace: #0 {main} thrown in /in/ESCj2 on line 2
Process exited with code 255.

Your project is not the problem

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

How to reproduce?

\App\Models\User::all()->each();

Expected behavior

show the user data

Screenshots

No response

IDE & Version

PHP Storm 2024.1

PHP Version

8.3

OS and version

Windows 11

Laravel Tinker plugin version

2.7

Interpreter type

Local

Laravel Version

11

Tinker version

2.7

Psysh version

2.5.5

Additional Context

nothing

reinhardherrmann avatar Apr 19 '24 14:04 reinhardherrmann

Please check the the FAQ and see if that solves your problem. Sounds like an interpreter thing.

Roboroads avatar Apr 21 '24 22:04 Roboroads