# Vapor Tinker Command

DevFeed: [Vapor Tinker Command](<https://devfeed.tech/articles/vapor-tinker-command-3978.md>)

Original publisher: [Read original article](<https://laravel.com/blog/vapor-tinker-command>)

Author: Mohamed Said

Published: 2020-06-09T15:23:00Z

Content type: release

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [cli](<https://devfeed.tech/tags/cli.md>), [dependencies](<https://devfeed.tech/tags/dependencies.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [release](<https://devfeed.tech/tags/release.md>), [v1](<https://devfeed.tech/tags/v1.md>)

## AI overview

Laravel Vapor CLI v1.7.0 adds a tinker command for executing code on Vapor through Laravel Tinker. The article also notes environment targeting, a default one-minute timeout, configurable CLI command timeouts, and required dependency versions.

## Source excerpt

Today we released version v1.7.0 of `laravel/vapor-cli`. This release includes a new `tinker` command. Using the new command, you can execute code on Vapor using Laravel Tinker.