Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 595 Bytes

tinker-repl.md

File metadata and controls

19 lines (13 loc) · 595 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.

Installation

composer require intonate/tinker-zero

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