Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 525 Bytes

tinker-repl.md

File metadata and controls

12 lines (9 loc) · 525 Bytes
title description
Tinker REPL
Laravel Zero includes a powerful REPL, called Tinker

Tinker REPL

Laravel includes a powerful REPL, called Tinker, powered by the PsySH console by Justin Hileman under the hood. The tinker console allows you to interact with your Laravel application from the command line in an interactive shell.

Jorge González made it available for Laravel Zero. Get more details: https://github.com/intonate/tinker-zero.