spatie / laravel-web-tinker

Tinker in your browser
https://spatie.be/open-source
MIT License
1.05k stars 68 forks source link

Console outputs: INFO Ctrl + D #98

Closed g-drum closed 1 year ago

g-drum commented 1 year ago

Updated to Laravel 10 and now the console outputs INFO Ctrl + D.

Example:

2023-02-28 02:27:58
- 
[!] Aliasing 'User' to 'App\Models\User' for this Tinker session.
= Illuminate\Database\Eloquent\Collection {#3772
    all: [],
  }

   INFO  Ctrl+D.

I mean, it's not an error and just something "visual", it doesn't affect the execution.

freekmurze commented 1 year ago

I would accept a PR that fixes this! 👍

g-drum commented 1 year ago

Done.