spatie / laravel-web-tinker

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

Display timestamp of execution #12

Closed divanoli closed 5 years ago

divanoli commented 5 years ago

Mostly, I use web tinker to test third-party connections (oracle db, ldap) to see if I am connected to these services while fiddling through the config values. When I get the same output every time, I get confused. Is there a way to display a timestamp of execution at the top, so that i can see something changes in the screen despite the same output. Please.

Thank you.

freekmurze commented 5 years ago

Currently this is not supported in the package. Feel free to add a PR that adds this an option. Be sure to update the readme and tests.