laravel / tinker

Powerful REPL for the Laravel framework.
https://laravel.com/docs/artisan#tinker
MIT License
7.34k stars 130 forks source link

Tinker not updating #71

Closed mrcat323 closed 5 years ago

mrcat323 commented 5 years ago

Description:

When I try to check out my data binded with eloquent relations, tinker cannot update the models, that's why, I gotta quit from it, clear cache and again run it, re-run what I ran before,

Steps To Reproduce:

Before

Before

After

It's even not working after clearing the cache. I'm using one-to-one relation

After After 2

I've been testing it with just tinker, but without tinker everything works perfectly

driesvints commented 5 years ago

Hey there,

Unfortunately we don't support this version anymore. Please check out our support policy on which versions we are currently supporting. Can you please try to upgrade to the latest version and see if your problem persists? We'll help you out and re-open this issue if so.

Thanks!