> For the complete documentation index, see [llms.txt](https://liseen315.gitbook.io/laravel/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://liseen315.gitbook.io/laravel/artisan-he-tinker/zong-jie.md).

# 总结

Artisan命令是Laravel的命令行工具。 Laravel有很多开箱即用的功能，创建自己的Artisan命令并从命令行或您自己的代码调用它们也很容易。

Tinker是一个REPL，它使您可以轻松进入应用程序环境并与实际代码和实际数据交互，dump server允许你在不停止代码执行的情况下调试代码。
