PHP Tinker
Run a Laravel Tinker session through an existing SSH connection.
Remote application REPL
Tinker opens an interactive PHP session in the configured project directory on the remote host. Use it only on a host and application you are authorized to change.
Tinker commands execute against the remote application environment and can mutate production data. Prefer read-only inspection until you have confirmed the active environment.