-
Notifications
You must be signed in to change notification settings - Fork 11.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Artisan Tinker issue #33153
Comments
This is by design, artisan uses PHP Repl and loads the container once per session, there is nothing Laravel can do |
thanks, that was really quick appreciate the info |
Here's a reference |
There was this project to get the session reloaded from within tinker |
I will keep it simple |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description: Artisan Tinker does not run updated class methods
Requires exit from Artisan shell and re enter artisan shell to run the latest class method
Steps To Reproduce:
Enter artisan shell
Run class method
Modify class method
Run class method -> still produces old data
The text was updated successfully, but these errors were encountered: